Html Css Color HEX #FCC4C5 Azalea

📋 copy color: '#FCC4C5'

red 252 ◦ green 196 ◦ blue 197

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

Shades of Azalea #FCC4C5

Tints of Azalea #FCC4C5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.39%

 BLUE value IS 197 (77.34% from 255) = 30.54%

R = 39.07%
G = 30.39%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCC4C5 (or 0xFCC4C5) is known color: Azalea. HEX triplet: FC, C4 and C5. RGB value is (252,196,197). Sum of RGB (Red+Green+Blue) = 252+196+197=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4C5 is #033B3A. Grayscale: #D4D4D4. Windows color (decimal): -211771 or 12961020. OLE color: 12961020.

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

Color convert

RGB 252 196 197 -
CMYK 0 0.22 0.22 0.01
HSL 358.93º 0.9% 0.88% -
HSV(B) 358.93º 0.22% 0.99% -
XYZ 69.96 64.21 61.53 -
YUV 212.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 252 196 197 0 0.22 0.22 0.01 358.93 0.9 0.88
Hex FC C4 C5 0 16 16 1 167 5A 58
Octal 374 304 305 0 26 26 1 547 132 130
Binary 11111100 11000100 11000101 0 10110 10110 1 101100111 1011010 1011000

Color Harmonies of #FCC4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4C5

Black with #FCC4C5

Text Example


Text Example

White with #FCC4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4C5; }

 p { color: rgb(252,196,197); }

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

background-color css

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

 a { background-color: rgb(252,196,197); }

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

border-color css

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

 span { border-color: rgb(252,196,197); }

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