Html Css Color HEX #FDCCA8 Peach

📋 copy color: '#FDCCA8'

red 253 ◦ green 204 ◦ blue 168

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

Shades of Peach #FDCCA8

Tints of Peach #FDCCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.64%

 BLUE value IS 168 (66.02% from 255) = 26.88%

R = 40.48%
G = 32.64%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDCCA8 (or 0xFDCCA8) is known color: Peach. HEX triplet: FD, CC and A8. RGB value is (253,204,168). Sum of RGB (Red+Green+Blue) = 253+204+168=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCA8 is #023357. Grayscale: #D6D6D6. Windows color (decimal): -144216 or 11062525. OLE color: 11062525.

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

Color convert

RGB 253 204 168 -
CMYK 0 0.19 0.34 0.01
HSL 25.41º 0.96% 0.83% -
HSV(B) 25.41º 0.34% 0.99% -
XYZ 69.17 66.9 46.31 -
YUV 214.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 253 204 168 0 0.19 0.34 0.01 25.41 0.96 0.83
Hex FD CC A8 0 13 22 1 19 60 53
Octal 375 314 250 0 23 42 1 31 140 123
Binary 11111101 11001100 10101000 0 10011 100010 1 11001 1100000 1010011

Color Harmonies of #FDCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCA8

Black with #FDCCA8

Text Example


Text Example

White with #FDCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCA8; }

 p { color: rgb(253,204,168); }

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

background-color css

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

 a { background-color: rgb(253,204,168); }

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

border-color css

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

 span { border-color: rgb(253,204,168); }

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