Html Css Color HEX #F0C9CC Azalea

📋 copy color: '#F0C9CC'

red 240 ◦ green 201 ◦ blue 204

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

Shades of Azalea #F0C9CC

Tints of Azalea #F0C9CC

RGB

 RED value IS 240 (94.14% from 255) = 37.21%

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

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

R = 37.21%
G = 31.16%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0C9CC (or 0xF0C9CC) is known color: Azalea. HEX triplet: F0, C9 and CC. RGB value is (240,201,204). Sum of RGB (Red+Green+Blue) = 240+201+204=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9CC is #0F3633. Grayscale: #D5D5D5. Windows color (decimal): -996916 or 13421040. OLE color: 13421040.

HSL color Cylindrical-coordinate representation of color #F0C9CC: hue angle of 355.38º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0C9CC is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 204 -
CMYK 0 0.16 0.15 0.06
HSL 355.38º 0.57% 0.86% -
HSV(B) 355.38º 0.16% 0.94% -
XYZ 67.72 64.66 66.04 -
YUV 213 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 240 201 204 0 0.16 0.15 0.06 355.38 0.57 0.86
Hex F0 C9 CC 0 10 F 6 163 39 56
Octal 360 311 314 0 20 17 6 543 71 126
Binary 11110000 11001001 11001100 0 10000 1111 110 101100011 111001 1010110

Color Harmonies of #F0C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9CC

Black with #F0C9CC

Text Example


Text Example

White with #F0C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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