Html Css Color HEX #FCCACB Azalea

📋 copy color: '#FCCACB'

red 252 ◦ green 202 ◦ blue 203

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

Shades of Azalea #FCCACB

Tints of Azalea #FCCACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.75%

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

R = 38.36%
G = 30.75%
B = 30.9%

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

#FCCACB (or 0xFCCACB) is known color: Azalea. HEX triplet: FC, CA and CB. RGB value is (252,202,203). Sum of RGB (Red+Green+Blue) = 252+202+203=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCACB is #033534. Grayscale: #D9D9D9. Windows color (decimal): -210229 or 13355772. OLE color: 13355772.

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

Color convert

RGB 252 202 203 -
CMYK 0 0.20 0.19 0.01
HSL 358.8º 0.89% 0.89% -
HSV(B) 358.8º 0.2% 0.99% -
XYZ 72.04 67.25 65.68 -
YUV 217.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 252 202 203 0 0.20 0.19 0.01 358.8 0.89 0.89
Hex FC CA CB 0 14 13 1 167 59 59
Octal 374 312 313 0 24 23 1 547 131 131
Binary 11111100 11001010 11001011 0 10100 10011 1 101100111 1011001 1011001

Color Harmonies of #FCCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCACB

Black with #FCCACB

Text Example


Text Example

White with #FCCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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