Html Css Color HEX #FCC5C9 Azalea

📋 copy color: '#FCC5C9'

red 252 ◦ green 197 ◦ blue 201

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

Shades of Azalea #FCC5C9

Tints of Azalea #FCC5C9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.31%

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

R = 38.77%
G = 30.31%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCC5C9 (or 0xFCC5C9) is known color: Azalea. HEX triplet: FC, C5 and C9. RGB value is (252,197,201). Sum of RGB (Red+Green+Blue) = 252+197+201=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5C9 is #033A36. Grayscale: #D5D5D5. Windows color (decimal): -211511 or 13223420. OLE color: 13223420.

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

Color convert

RGB 252 197 201 -
CMYK 0 0.22 0.20 0.01
HSL 355.64º 0.9% 0.88% -
HSV(B) 355.64º 0.22% 0.99% -
XYZ 70.65 64.85 64.05 -
YUV 213.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 252 197 201 0 0.22 0.20 0.01 355.64 0.9 0.88
Hex FC C5 C9 0 16 14 1 164 5A 58
Octal 374 305 311 0 26 24 1 544 132 130
Binary 11111100 11000101 11001001 0 10110 10100 1 101100100 1011010 1011000

Color Harmonies of #FCC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5C9

Black with #FCC5C9

Text Example


Text Example

White with #FCC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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