Html Css Color HEX #FCCAA9 Peach

📋 copy color: '#FCCAA9'

red 252 ◦ green 202 ◦ blue 169

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

Shades of Peach #FCCAA9

Tints of Peach #FCCAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.13%

R = 40.45%
G = 32.42%
B = 27.13%

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

#FCCAA9 (or 0xFCCAA9) is known color: Peach. HEX triplet: FC, CA and A9. RGB value is (252,202,169). Sum of RGB (Red+Green+Blue) = 252+202+169=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA9 is #033556. Grayscale: #D5D5D5. Windows color (decimal): -210263 or 11127548. OLE color: 11127548.

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

Color convert

RGB 252 202 169 -
CMYK 0 0.20 0.33 0.01
HSL 23.86º 0.93% 0.83% -
HSV(B) 23.86º 0.33% 0.99% -
XYZ 68.43 65.8 46.63 -
YUV 213.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 252 202 169 0 0.20 0.33 0.01 23.86 0.93 0.83
Hex FC CA A9 0 14 21 1 18 5D 53
Octal 374 312 251 0 24 41 1 30 135 123
Binary 11111100 11001010 10101001 0 10100 100001 1 11000 1011101 1010011

Color Harmonies of #FCCAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAA9

Black with #FCCAA9

Text Example


Text Example

White with #FCCAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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