Html Css Color HEX #FCC9CC Azalea

📋 copy color: '#FCC9CC'

red 252 ◦ green 201 ◦ blue 204

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

Shades of Azalea #FCC9CC

Tints of Azalea #FCC9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.59%

 BLUE value IS 204 (80.08% from 255) = 31.05%

R = 38.36%
G = 30.59%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC9CC (or 0xFCC9CC) is known color: Azalea. HEX triplet: FC, C9 and CC. RGB value is (252,201,204). Sum of RGB (Red+Green+Blue) = 252+201+204=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9CC is #033633. Grayscale: #D8D8D8. Windows color (decimal): -210484 or 13421052. OLE color: 13421052.

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

Color convert

RGB 252 201 204 -
CMYK 0 0.20 0.19 0.01
HSL 356.47º 0.89% 0.89% -
HSV(B) 356.47º 0.2% 0.99% -
XYZ 71.93 66.83 66.23 -
YUV 216.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 252 201 204 0 0.20 0.19 0.01 356.47 0.89 0.89
Hex FC C9 CC 0 14 13 1 164 59 59
Octal 374 311 314 0 24 23 1 544 131 131
Binary 11111100 11001001 11001100 0 10100 10011 1 101100100 1011001 1011001

Color Harmonies of #FCC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9CC

Black with #FCC9CC

Text Example


Text Example

White with #FCC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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