#F7CACD

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

Shades of Azalea #F7CACD

Tints of Azalea #F7CACD

Color information

#F7CACD (or 0xF7CACD) is unknown color: approx Azalea. HEX triplet: F7, CA and CD. RGB value is (247,202,205). Sum of RGB (Red+Green+Blue) = 247+202+205=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CACD is #083532. Grayscale: #D7D7D7. Windows color (decimal): -537907 or 13486839. OLE color: 13486839.

HSL color Cylindrical-coordinate representation of color #F7CACD: hue angle of 356º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CACD is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247202205-
CMYK00.180.170.03
HSL356º73.77%88.04%-
HSV(B)356º18.22%96.86%-
XYZ70.566.4266.86-
YUV215.8121.91150.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.77%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=37.77%
G=30.89%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720220500.180.170.0335673.7788.04
HexF7CACD0121131644a58
Octal367312315022213544112130
Binary111101111100101011001101010010100011110110010010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CACD; }

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

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

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

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

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

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

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

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