Html Css Color HEX #FCC7C8 Azalea

📋 copy color: '#FCC7C8'

red 252 ◦ green 199 ◦ blue 200

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

Shades of Azalea #FCC7C8

Tints of Azalea #FCC7C8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.57%

 BLUE value IS 200 (78.52% from 255) = 30.72%

R = 38.71%
G = 30.57%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCC7C8 (or 0xFCC7C8) is known color: Azalea. HEX triplet: FC, C7 and C8. RGB value is (252,199,200). Sum of RGB (Red+Green+Blue) = 252+199+200=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7C8 is #033837. Grayscale: #D7D7D7. Windows color (decimal): -211000 or 13158396. OLE color: 13158396.

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

Color convert

RGB 252 199 200 -
CMYK 0 0.21 0.21 0.01
HSL 358.87º 0.9% 0.88% -
HSV(B) 358.87º 0.21% 0.99% -
XYZ 70.99 65.71 63.59 -
YUV 214.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 252 199 200 0 0.21 0.21 0.01 358.87 0.9 0.88
Hex FC C7 C8 0 15 15 1 167 5A 58
Octal 374 307 310 0 25 25 1 547 132 130
Binary 11111100 11000111 11001000 0 10101 10101 1 101100111 1011010 1011000

Color Harmonies of #FCC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7C8

Black with #FCC7C8

Text Example


Text Example

White with #FCC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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