#F5CACB

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

Shades of Azalea #F5CACB

Tints of Azalea #F5CACB

Color information

#F5CACB (or 0xF5CACB) is unknown color: approx Azalea. HEX triplet: F5, CA and CB. RGB value is (245,202,203). Sum of RGB (Red+Green+Blue) = 245+202+203=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CACB is #0A3534. Grayscale: #D7D7D7. Windows color (decimal): -668981 or 13355765. OLE color: 13355765.

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

Color convert

RGB245202203-
CMYK00.180.170.04
HSL358.6º68.25%87.65%-
HSV(B)358.6º17.55%96.08%-
XYZ69.5665.9765.57-
YUV214.97121.25149.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.69%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=37.69%
G=31.08%
B=31.23%

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
Decimal24520220300.180.170.04358.668.2587.65
HexF5CACB0121141674458
Octal365312313022214547104130
Binary1111010111001010110010110100101000110010110011110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CACB; }

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

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

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

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

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

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

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

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