#F0C7CC

Color #F0C7CC Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #F0C7CC

Tints of Azalea #F0C7CC

Color information

#F0C7CC (or 0xF0C7CC) is unknown color: approx Azalea. HEX triplet: F0, C7 and CC. RGB value is (240,199,204). Sum of RGB (Red+Green+Blue) = 240+199+204=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7CC is #0F3833. Grayscale: #D3D3D3. Windows color (decimal): -997428 or 13420528. OLE color: 13420528.

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

Color convert

RGB240199204-
CMYK00.170.150.06
HSL352.68º57.75%86.08%-
HSV(B)352.68º17.08%94.12%-
XYZ67.2663.7365.88-
YUV211.83123.58148.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=37.33%
G=30.95%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019920400.170.150.06352.6857.7586.08
HexF0C7CC011F61613a56
Octal36030731402117654172126
Binary11110000110001111100110001000111111101011000011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7CC; }

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

 H1.HeaderClassName
 {
   color: #F0C7CC;
 }
 .AnyTagClassName
 {
   color: #F0C7CC;
 }
</style>
background-color css

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

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

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

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

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

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