Html Css Color HEX #FCC8CB Azalea

📋 copy color: '#FCC8CB'

red 252 ◦ green 200 ◦ blue 203

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

Shades of Azalea #FCC8CB

Tints of Azalea #FCC8CB

RGB

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

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

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

R = 38.47%
G = 30.53%
B = 30.99%

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

#FCC8CB (or 0xFCC8CB) is known color: Azalea. HEX triplet: FC, C8 and CB. RGB value is (252,200,203). Sum of RGB (Red+Green+Blue) = 252+200+203=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8CB is #033734. Grayscale: #D7D7D7. Windows color (decimal): -210741 or 13355260. OLE color: 13355260.

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

Color convert

RGB 252 200 203 -
CMYK 0 0.21 0.19 0.01
HSL 356.54º 0.9% 0.89% -
HSV(B) 356.54º 0.21% 0.99% -
XYZ 71.58 66.32 65.53 -
YUV 215.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 252 200 203 0 0.21 0.19 0.01 356.54 0.9 0.89
Hex FC C8 CB 0 15 13 1 165 5A 59
Octal 374 310 313 0 25 23 1 545 132 131
Binary 11111100 11001000 11001011 0 10101 10011 1 101100101 1011010 1011001

Color Harmonies of #FCC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8CB

Black with #FCC8CB

Text Example


Text Example

White with #FCC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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