#F4C9CA

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

Shades of Azalea #F4C9CA

Tints of Azalea #F4C9CA

Color information

#F4C9CA (or 0xF4C9CA) is unknown color: approx Azalea. HEX triplet: F4, C9 and CA. RGB value is (244,201,202). Sum of RGB (Red+Green+Blue) = 244+201+202=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C9CA is #0B3635. Grayscale: #D6D6D6. Windows color (decimal): -734774 or 13289972. OLE color: 13289972.

HSL color Cylindrical-coordinate representation of color #F4C9CA: hue angle of 358.6º degrees, saturation: 0.66, 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 #F4C9CA is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244201202-
CMYK00.180.170.04
HSL358.6º66.15%87.25%-
HSV(B)358.6º17.62%95.69%-
XYZ68.8665.2764.85-
YUV213.97121.25149.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.71%
GREEN value IS 201 (78.91% from 255) = 31.07%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=37.71%
G=31.07%
B=31.22%

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
Decimal24420120200.180.170.04358.666.1587.25
HexF4C9CA0121141674257
Octal364311312022214547102127
Binary1111010011001001110010100100101000110010110011110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C9CA; }

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

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

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

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

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

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

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

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