#F4C5CA

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

Shades of Azalea #F4C5CA

Tints of Azalea #F4C5CA

Color information

#F4C5CA (or 0xF4C5CA) is unknown color: approx Azalea. HEX triplet: F4, C5 and CA. RGB value is (244,197,202). Sum of RGB (Red+Green+Blue) = 244+197+202=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5CA is #0B3A35. Grayscale: #D3D3D3. Windows color (decimal): -735798 or 13288948. OLE color: 13288948.

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

Color convert

RGB244197202-
CMYK00.190.170.04
HSL353.62º68.12%86.47%-
HSV(B)353.62º19.26%95.69%-
XYZ67.9463.4364.54-
YUV211.62122.57151.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=37.95%
G=30.64%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419720200.190.170.04353.6268.1286.47
HexF4C5CA0131141624456
Octal364305312023214542104126
Binary1111010011000101110010100100111000110010110001010001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C5CA; }

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

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

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

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

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

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

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

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