#F0C6CB

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

Shades of Azalea #F0C6CB

Tints of Azalea #F0C6CB

Color information

#F0C6CB (or 0xF0C6CB) is unknown color: approx Azalea. HEX triplet: F0, C6 and CB. RGB value is (240,198,203). Sum of RGB (Red+Green+Blue) = 240+198+203=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6CB is #0F3934. Grayscale: #D3D3D3. Windows color (decimal): -997685 or 13354736. OLE color: 13354736.

HSL color Cylindrical-coordinate representation of color #F0C6CB: hue angle of 352.86º 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 #F0C6CB is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240198203-
CMYK00.180.150.06
HSL352.86º58.33%85.88%-
HSV(B)352.86º17.5%94.12%-
XYZ66.9163.2365.18-
YUV211.13123.41148.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=37.44%
G=30.89%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019820300.180.150.06352.8658.3385.88
HexF0C6CB012F61613a56
Octal36030631302217654172126
Binary11110000110001101100101101001011111101011000011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6CB; }

 p { color: rgb(240,198,203); }

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

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

 a { background-color: rgb(240,198,203); }

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

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

 span { border-color: rgb(240,198,203); }

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