Html Css Color HEX #FCC8C9 Azalea

📋 copy color: '#FCC8C9'

red 252 ◦ green 200 ◦ blue 201

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

Shades of Azalea #FCC8C9

Tints of Azalea #FCC8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.63%

 BLUE value IS 201 (78.91% from 255) = 30.78%

R = 38.59%
G = 30.63%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCC8C9 (or 0xFCC8C9) is known color: Azalea. HEX triplet: FC, C8 and C9. RGB value is (252,200,201). Sum of RGB (Red+Green+Blue) = 252+200+201=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8C9 is #033736. Grayscale: #D7D7D7. Windows color (decimal): -210743 or 13224188. OLE color: 13224188.

HSL color Cylindrical-coordinate representation of color #FCC8C9: hue angle of 358.85º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8C9 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 201 -
CMYK 0 0.21 0.20 0.01
HSL 358.85º 0.9% 0.89% -
HSV(B) 358.85º 0.21% 0.99% -
XYZ 71.34 66.22 64.28 -
YUV 215.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 252 200 201 0 0.21 0.20 0.01 358.85 0.9 0.89
Hex FC C8 C9 0 15 14 1 167 5A 59
Octal 374 310 311 0 25 24 1 547 132 131
Binary 11111100 11001000 11001001 0 10101 10100 1 101100111 1011010 1011001

Color Harmonies of #FCC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8C9

Black with #FCC8C9

Text Example


Text Example

White with #FCC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8C9; }

 p { color: rgb(252,200,201); }

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

background-color css

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

 a { background-color: rgb(252,200,201); }

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

border-color css

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

 span { border-color: rgb(252,200,201); }

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