#F7CBCC

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

Shades of Azalea #F7CBCC

Tints of Azalea #F7CBCC

Color information

#F7CBCC (or 0xF7CBCC) is unknown color: approx Azalea. HEX triplet: F7, CB and CC. RGB value is (247,203,204). Sum of RGB (Red+Green+Blue) = 247+203+204=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBCC is #083433. Grayscale: #D8D8D8. Windows color (decimal): -537652 or 13421559. OLE color: 13421559.

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

Color convert

RGB247203204-
CMYK00.180.170.03
HSL358.64º73.33%88.24%-
HSV(B)358.64º17.81%96.86%-
XYZ70.6166.8566.31-
YUV216.27121.08149.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.77%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=37.77%
G=31.04%
B=31.19%

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
Decimal24720320400.180.170.03358.6473.3388.24
HexF7CBCC0121131674958
Octal367313314022213547111130
Binary111101111100101111001100010010100011110110011110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBCC; }

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

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

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

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

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

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

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

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