#F0C7CA

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

Shades of Azalea #F0C7CA

Tints of Azalea #F0C7CA

Color information

#F0C7CA (or 0xF0C7CA) is unknown color: approx Azalea. HEX triplet: F0, C7 and CA. RGB value is (240,199,202). Sum of RGB (Red+Green+Blue) = 240+199+202=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7CA is #0F3835. Grayscale: #D3D3D3. Windows color (decimal): -997430 or 13289456. OLE color: 13289456.

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

Color convert

RGB240199202-
CMYK00.170.160.06
HSL355.61º57.75%86.08%-
HSV(B)355.61º17.08%94.12%-
XYZ67.0263.6464.63-
YUV211.6122.58148.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=37.44%
G=31.05%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019920200.170.160.06355.6157.7586.08
HexF0C7CA0111061643a56
Octal36030731202120654472126
Binary111100001100011111001010010001100001101011001001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7CA; }

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

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

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

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

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

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

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

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