Html Css Color HEX #FCCCA4 Peach

📋 copy color: '#FCCCA4'

red 252 ◦ green 204 ◦ blue 164

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

Shades of Peach #FCCCA4

Tints of Peach #FCCCA4

RGB

 RED value IS 252 (98.83% from 255) = 40.65%

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

 BLUE value IS 164 (64.45% from 255) = 26.45%

R = 40.65%
G = 32.9%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCCCA4 (or 0xFCCCA4) is known color: Peach. HEX triplet: FC, CC and A4. RGB value is (252,204,164). Sum of RGB (Red+Green+Blue) = 252+204+164=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA4 is #03335B. Grayscale: #D5D5D5. Windows color (decimal): -209756 or 10800380. OLE color: 10800380.

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

Color convert

RGB 252 204 164 -
CMYK 0 0.19 0.35 0.01
HSL 27.27º 0.94% 0.82% -
HSV(B) 27.27º 0.35% 0.99% -
XYZ 68.44 66.56 44.36 -
YUV 213.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 252 204 164 0 0.19 0.35 0.01 27.27 0.94 0.82
Hex FC CC A4 0 13 23 1 1B 5E 52
Octal 374 314 244 0 23 43 1 33 136 122
Binary 11111100 11001100 10100100 0 10011 100011 1 11011 1011110 1010010

Color Harmonies of #FCCCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCA4

Black with #FCCCA4

Text Example


Text Example

White with #FCCCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCA4; }

 p { color: rgb(252,204,164); }

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

background-color css

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

 a { background-color: rgb(252,204,164); }

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

border-color css

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

 span { border-color: rgb(252,204,164); }

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