Html Css Color HEX #FCCACD Azalea

📋 copy color: '#FCCACD'

red 252 ◦ green 202 ◦ blue 205

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

Shades of Azalea #FCCACD

Tints of Azalea #FCCACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.11%

R = 38.24%
G = 30.65%
B = 31.11%

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

#FCCACD (or 0xFCCACD) is known color: Azalea. HEX triplet: FC, CA and CD. RGB value is (252,202,205). Sum of RGB (Red+Green+Blue) = 252+202+205=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCACD is #033532. Grayscale: #D9D9D9. Windows color (decimal): -210227 or 13486844. OLE color: 13486844.

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

Color convert

RGB 252 202 205 -
CMYK 0 0.20 0.19 0.01
HSL 356.4º 0.89% 0.89% -
HSV(B) 356.4º 0.2% 0.99% -
XYZ 72.28 67.34 66.95 -
YUV 217.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 252 202 205 0 0.20 0.19 0.01 356.4 0.89 0.89
Hex FC CA CD 0 14 13 1 164 59 59
Octal 374 312 315 0 24 23 1 544 131 131
Binary 11111100 11001010 11001101 0 10100 10011 1 101100100 1011001 1011001

Color Harmonies of #FCCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCACD

Black with #FCCACD

Text Example


Text Example

White with #FCCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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