#FEB69F

Color #FEB69F Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #FEB69F

Tints of Mandys Pink #FEB69F

Color information

#FEB69F (or 0xFEB69F) is unknown color: approx Mandys Pink. HEX triplet: FE, B6 and 9F. RGB value is (254,182,159). Sum of RGB (Red+Green+Blue) = 254+182+159=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB69F is #014960. Grayscale: #C9C9C9. Windows color (decimal): -84321 or 10467070. OLE color: 10467070.

HSL color Cylindrical-coordinate representation of color #FEB69F: hue angle of 14.53º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEB69F is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254182159-
CMYK00.280.370.00
HSL14.53º97.94%80.98%-
HSV(B)14.53º37.4%99.61%-
XYZ63.8657.0340.44-
YUV200.91104.35165.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 159 (62.5% from 255) = 26.72%
R=42.69%
G=30.59%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418215900.280.370.0014.5397.9480.98
HexFEB69F01C250f6251
Octal37626623703445017142121
Binary1111111010110110100111110111001001010111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB69F; }

 p { color: rgb(254,182,159); }

 H1.HeaderClassName
 {
   color: #FEB69F;
 }
 .AnyTagClassName
 {
   color: #FEB69F;
 }
</style>
background-color css

<style>
 a { background-color: #FEB69F; }

 a { background-color: rgb(254,182,159); }

 div.DivClassName
 {
   background-color: #FEB69F;
 }
 .BgClassName
 {
   background-color: #FEB69F;
 }
</style>
border-color css

<style>
 span { border-color: #FEB69F; }

 span { border-color: rgb(254,182,159); }

 td.TdClassName
 {
   border-color: #FEB69F;
 }
 .TagClassName
 {
   border-color: #FEB69F;
 }
</style>