#F7CACB

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

Shades of Azalea #F7CACB

Tints of Azalea #F7CACB

Color information

#F7CACB (or 0xF7CACB) is unknown color: approx Azalea. HEX triplet: F7, CA and CB. RGB value is (247,202,203). Sum of RGB (Red+Green+Blue) = 247+202+203=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CACB is #083534. Grayscale: #D7D7D7. Windows color (decimal): -537909 or 13355767. OLE color: 13355767.

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

Color convert

RGB247202203-
CMYK00.180.180.03
HSL358.67º73.77%88.04%-
HSV(B)358.67º18.22%96.86%-
XYZ70.2666.3365.6-
YUV215.57120.91150.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.88%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=37.88%
G=30.98%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720220300.180.180.03358.6773.7788.04
HexF7CACB0121231674a58
Octal367312313022223547112130
Binary111101111100101011001011010010100101110110011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CACB; }

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

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

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

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

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

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

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

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