Html Css Color HEX #FCC8CA Azalea

📋 copy color: '#FCC8CA'

red 252 ◦ green 200 ◦ blue 202

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

Shades of Azalea #FCC8CA

Tints of Azalea #FCC8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.89%

R = 38.53%
G = 30.58%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCC8CA (or 0xFCC8CA) is known color: Azalea. HEX triplet: FC, C8 and CA. RGB value is (252,200,202). Sum of RGB (Red+Green+Blue) = 252+200+202=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8CA is #033735. Grayscale: #D7D7D7. Windows color (decimal): -210742 or 13289724. OLE color: 13289724.

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

Color convert

RGB 252 200 202 -
CMYK 0 0.21 0.20 0.01
HSL 357.69º 0.9% 0.89% -
HSV(B) 357.69º 0.21% 0.99% -
XYZ 71.46 66.27 64.9 -
YUV 215.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 252 200 202 0 0.21 0.20 0.01 357.69 0.9 0.89
Hex FC C8 CA 0 15 14 1 166 5A 59
Octal 374 310 312 0 25 24 1 546 132 131
Binary 11111100 11001000 11001010 0 10101 10100 1 101100110 1011010 1011001

Color Harmonies of #FCC8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8CA

Black with #FCC8CA

Text Example


Text Example

White with #FCC8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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