#F4C7CA

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

Shades of Azalea #F4C7CA

Tints of Azalea #F4C7CA

Color information

#F4C7CA (or 0xF4C7CA) is unknown color: approx Azalea. HEX triplet: F4, C7 and CA. RGB value is (244,199,202). Sum of RGB (Red+Green+Blue) = 244+199+202=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C7CA is #0B3835. Grayscale: #D4D4D4. Windows color (decimal): -735286 or 13289460. OLE color: 13289460.

HSL color Cylindrical-coordinate representation of color #F4C7CA: hue angle of 356º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4C7CA is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244199202-
CMYK00.180.170.04
HSL356º67.16%86.86%-
HSV(B)356º18.44%95.69%-
XYZ68.3964.3464.69-
YUV212.8121.91150.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.83%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=37.83%
G=30.85%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419920200.180.170.0435667.1686.86
HexF4C7CA0121141644357
Octal364307312022214544103127
Binary1111010011000111110010100100101000110010110010010000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C7CA; }

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

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

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

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

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

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

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

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