#F0C6CA

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

Shades of Azalea #F0C6CA

Tints of Azalea #F0C6CA

Color information

#F0C6CA (or 0xF0C6CA) is unknown color: approx Azalea. HEX triplet: F0, C6 and CA. RGB value is (240,198,202). Sum of RGB (Red+Green+Blue) = 240+198+202=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6CA is #0F3935. Grayscale: #D3D3D3. Windows color (decimal): -997686 or 13289200. OLE color: 13289200.

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

Color convert

RGB240198202-
CMYK00.180.160.06
HSL354.29º58.33%85.88%-
HSV(B)354.29º17.5%94.12%-
XYZ66.7963.1864.55-
YUV211.01122.91148.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=37.5%
G=30.94%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019820200.180.160.06354.2958.3385.88
HexF0C6CA0121061623a56
Octal36030631202220654272126
Binary111100001100011011001010010010100001101011000101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6CA; }

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

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

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

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

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

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

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

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