Html Css Color HEX #FCCCAA Peach

📋 copy color: '#FCCCAA'

red 252 ◦ green 204 ◦ blue 170

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

Shades of Peach #FCCCAA

Tints of Peach #FCCCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.16%

R = 40.26%
G = 32.59%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCCCAA (or 0xFCCCAA) is known color: Peach. HEX triplet: FC, CC and AA. RGB value is (252,204,170). Sum of RGB (Red+Green+Blue) = 252+204+170=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCAA is #033355. Grayscale: #D6D6D6. Windows color (decimal): -209750 or 11193596. OLE color: 11193596.

HSL color Cylindrical-coordinate representation of color #FCCCAA: hue angle of 24.88º degrees, saturation: 0.93, 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 #FCCCAA is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 170 -
CMYK 0 0.19 0.33 0.01
HSL 24.88º 0.93% 0.83% -
HSV(B) 24.88º 0.33% 0.99% -
XYZ 68.99 66.78 47.28 -
YUV 214.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 252 204 170 0 0.19 0.33 0.01 24.88 0.93 0.83
Hex FC CC AA 0 13 21 1 19 5D 53
Octal 374 314 252 0 23 41 1 31 135 123
Binary 11111100 11001100 10101010 0 10011 100001 1 11001 1011101 1010011

Color Harmonies of #FCCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCAA

Black with #FCCCAA

Text Example


Text Example

White with #FCCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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