Html Css Color HEX #FCCAAA Peach

📋 copy color: '#FCCAAA'

red 252 ◦ green 202 ◦ blue 170

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

Shades of Peach #FCCAAA

Tints of Peach #FCCAAA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.37%

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

R = 40.38%
G = 32.37%
B = 27.24%

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

#FCCAAA (or 0xFCCAAA) is known color: Peach. HEX triplet: FC, CA and AA. RGB value is (252,202,170). Sum of RGB (Red+Green+Blue) = 252+202+170=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAA is #033555. Grayscale: #D5D5D5. Windows color (decimal): -210262 or 11193084. OLE color: 11193084.

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

Color convert

RGB 252 202 170 -
CMYK 0 0.20 0.33 0.01
HSL 23.41º 0.93% 0.83% -
HSV(B) 23.41º 0.33% 0.99% -
XYZ 68.52 65.84 47.13 -
YUV 213.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 252 202 170 0 0.20 0.33 0.01 23.41 0.93 0.83
Hex FC CA AA 0 14 21 1 17 5D 53
Octal 374 312 252 0 24 41 1 27 135 123
Binary 11111100 11001010 10101010 0 10100 100001 1 10111 1011101 1010011

Color Harmonies of #FCCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAAA

Black with #FCCAAA

Text Example


Text Example

White with #FCCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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