Html Css Color HEX #FCCCA6 Peach

📋 copy color: '#FCCCA6'

red 252 ◦ green 204 ◦ blue 166

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

Shades of Peach #FCCCA6

Tints of Peach #FCCCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.69%

R = 40.51%
G = 32.8%
B = 26.69%

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

#FCCCA6 (or 0xFCCCA6) is known color: Peach. HEX triplet: FC, CC and A6. RGB value is (252,204,166). Sum of RGB (Red+Green+Blue) = 252+204+166=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA6 is #033359. Grayscale: #D6D6D6. Windows color (decimal): -209754 or 10931452. OLE color: 10931452.

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

Color convert

RGB 252 204 166 -
CMYK 0 0.19 0.34 0.01
HSL 26.51º 0.93% 0.82% -
HSV(B) 26.51º 0.34% 0.99% -
XYZ 68.62 66.63 45.32 -
YUV 214.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 252 204 166 0 0.19 0.34 0.01 26.51 0.93 0.82
Hex FC CC A6 0 13 22 1 1B 5D 52
Octal 374 314 246 0 23 42 1 33 135 122
Binary 11111100 11001100 10100110 0 10011 100010 1 11011 1011101 1010010

Color Harmonies of #FCCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCA6

Black with #FCCCA6

Text Example


Text Example

White with #FCCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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