Html Css Color HEX #FECBA9 Peach

📋 copy color: '#FECBA9'

red 254 ◦ green 203 ◦ blue 169

#FECBA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach #FECBA9

Tints of Peach #FECBA9

RGB

 RED value IS 254 (99.61% from 255) = 40.58%

 GREEN value IS 203 (79.69% from 255) = 32.43%

 BLUE value IS 169 (66.41% from 255) = 27%

R = 40.58%
G = 32.43%
B = 27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FECBA9 (or 0xFECBA9) is known color: Peach. HEX triplet: FE, CB and A9. RGB value is (254,203,169). Sum of RGB (Red+Green+Blue) = 254+203+169=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 169 (66.41% from 255 or 27.00% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBA9 is #013456. Grayscale: #D6D6D6. Windows color (decimal): -78935 or 11127806. OLE color: 11127806.

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

Color convert

RGB 254 203 169 -
CMYK 0 0.20 0.33 0.00
HSL 24º 0.98% 0.83% -
HSV(B) 24º 0.33% 1% -
XYZ 69.39 66.65 46.74 -
YUV 214.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 254 203 169 0 0.20 0.33 0.00 24 0.98 0.83
Hex FE CB A9 0 14 21 0 18 62 53
Octal 376 313 251 0 24 41 0 30 142 123
Binary 11111110 11001011 10101001 0 10100 100001 0 11000 1100010 1010011

Color Harmonies of #FECBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBA9

Black with #FECBA9

Text Example


Text Example

White with #FECBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBA9; }

 p { color: rgb(254,203,169); }

 H1.HeaderClassName
 {
   color: #FECBA9;
 }
 .AnyTagClassName
 {
   color: #FECBA9;
 }
</style>

background-color css

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

 a { background-color: rgb(254,203,169); }

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

border-color css

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

 span { border-color: rgb(254,203,169); }

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