Html Css Color HEX #FDCBA9 Peach

📋 copy color: '#FDCBA9'

red 253 ◦ green 203 ◦ blue 169

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

Shades of Peach #FDCBA9

Tints of Peach #FDCBA9

RGB

 RED value IS 253 (99.22% from 255) = 40.48%

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

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

R = 40.48%
G = 32.48%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDCBA9 (or 0xFDCBA9) is known color: Peach. HEX triplet: FD, CB and A9. RGB value is (253,203,169). Sum of RGB (Red+Green+Blue) = 253+203+169=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBA9 is #023456. Grayscale: #D6D6D6. Windows color (decimal): -144471 or 11127805. OLE color: 11127805.

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

Color convert

RGB 253 203 169 -
CMYK 0 0.20 0.33 0.01
HSL 24.29º 0.95% 0.83% -
HSV(B) 24.29º 0.33% 0.99% -
XYZ 69.03 66.46 46.73 -
YUV 214.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 253 203 169 0 0.20 0.33 0.01 24.29 0.95 0.83
Hex FD CB A9 0 14 21 1 18 5F 53
Octal 375 313 251 0 24 41 1 30 137 123
Binary 11111101 11001011 10101001 0 10100 100001 1 11000 1011111 1010011

Color Harmonies of #FDCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBA9

Black with #FDCBA9

Text Example


Text Example

White with #FDCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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