#F5C4CA

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

Shades of Azalea #F5C4CA

Tints of Azalea #F5C4CA

Color information

#F5C4CA (or 0xF5C4CA) is unknown color: approx Azalea. HEX triplet: F5, C4 and CA. RGB value is (245,196,202). Sum of RGB (Red+Green+Blue) = 245+196+202=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C4CA is #0A3B35. Grayscale: #D3D3D3. Windows color (decimal): -670518 or 13288693. OLE color: 13288693.

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

Color convert

RGB245196202-
CMYK00.20.180.04
HSL352.65º71.01%86.47%-
HSV(B)352.65º20%96.08%-
XYZ68.0663.1664.48-
YUV211.33122.73152.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 196 (76.95% from 255) = 30.48%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=38.10%
G=30.48%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519620200.20.180.04352.6571.0186.47
HexF5C4CA0141241614756
Octal365304312024224541107126
Binary1111010111000100110010100101001001010010110000110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C4CA; }

 p { color: rgb(245,196,202); }

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

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

 a { background-color: rgb(245,196,202); }

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

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

 span { border-color: rgb(245,196,202); }

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