#F5CACD

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

Shades of Azalea #F5CACD

Tints of Azalea #F5CACD

Color information

#F5CACD (or 0xF5CACD) is unknown color: approx Azalea. HEX triplet: F5, CA and CD. RGB value is (245,202,205). Sum of RGB (Red+Green+Blue) = 245+202+205=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CACD is #0A3532. Grayscale: #D7D7D7. Windows color (decimal): -668979 or 13486837. OLE color: 13486837.

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

Color convert

RGB245202205-
CMYK00.180.160.04
HSL355.81º68.25%87.65%-
HSV(B)355.81º17.55%96.08%-
XYZ69.866.0666.83-
YUV215.2122.25149.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.58%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=37.58%
G=30.98%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520220500.180.160.04355.8168.2587.65
HexF5CACD0121041644458
Octal365312315022204544104130
Binary1111010111001010110011010100101000010010110010010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CACD; }

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

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

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

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

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

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

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

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