Html Css Color HEX #FAC9CC Azalea

📋 copy color: '#FAC9CC'

red 250 ◦ green 201 ◦ blue 204

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

Shades of Azalea #FAC9CC

Tints of Azalea #FAC9CC

RGB

 RED value IS 250 (98.05% from 255) = 38.17%

 GREEN value IS 201 (78.91% from 255) = 30.69%

 BLUE value IS 204 (80.08% from 255) = 31.15%

R = 38.17%
G = 30.69%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAC9CC (or 0xFAC9CC) is known color: Azalea. HEX triplet: FA, C9 and CC. RGB value is (250,201,204). Sum of RGB (Red+Green+Blue) = 250+201+204=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9CC is #053633. Grayscale: #D8D8D8. Windows color (decimal): -341556 or 13421050. OLE color: 13421050.

HSL color Cylindrical-coordinate representation of color #FAC9CC: hue angle of 356.33º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9CC is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 204 -
CMYK 0 0.20 0.18 0.02
HSL 356.33º 0.83% 0.88% -
HSV(B) 356.33º 0.2% 0.98% -
XYZ 71.21 66.46 66.2 -
YUV 215.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 250 201 204 0 0.20 0.18 0.02 356.33 0.83 0.88
Hex FA C9 CC 0 14 12 2 164 53 58
Octal 372 311 314 0 24 22 2 544 123 130
Binary 11111010 11001001 11001100 0 10100 10010 10 101100100 1010011 1011000

Color Harmonies of #FAC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9CC

Black with #FAC9CC

Text Example


Text Example

White with #FAC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9CC; }

 p { color: rgb(250,201,204); }

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

background-color css

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

 a { background-color: rgb(250,201,204); }

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

border-color css

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

 span { border-color: rgb(250,201,204); }

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