Html Css Color HEX #FCC7CB Azalea

📋 copy color: '#FCC7CB'

red 252 ◦ green 199 ◦ blue 203

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

Shades of Azalea #FCC7CB

Tints of Azalea #FCC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.43%

 BLUE value IS 203 (79.69% from 255) = 31.04%

R = 38.53%
G = 30.43%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC7CB (or 0xFCC7CB) is known color: Azalea. HEX triplet: FC, C7 and CB. RGB value is (252,199,203). Sum of RGB (Red+Green+Blue) = 252+199+203=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7CB is #033834. Grayscale: #D7D7D7. Windows color (decimal): -210997 or 13355004. OLE color: 13355004.

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

Color convert

RGB 252 199 203 -
CMYK 0 0.21 0.19 0.01
HSL 355.47º 0.9% 0.88% -
HSV(B) 355.47º 0.21% 0.99% -
XYZ 71.35 65.85 65.45 -
YUV 215.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 252 199 203 0 0.21 0.19 0.01 355.47 0.9 0.88
Hex FC C7 CB 0 15 13 1 163 5A 58
Octal 374 307 313 0 25 23 1 543 132 130
Binary 11111100 11000111 11001011 0 10101 10011 1 101100011 1011010 1011000

Color Harmonies of #FCC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7CB

Black with #FCC7CB

Text Example


Text Example

White with #FCC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7CB; }

 p { color: rgb(252,199,203); }

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

background-color css

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

 a { background-color: rgb(252,199,203); }

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

border-color css

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

 span { border-color: rgb(252,199,203); }

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