#F7CCCD

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

Shades of Azalea #F7CCCD

Tints of Azalea #F7CCCD

Color information

#F7CCCD (or 0xF7CCCD) is unknown color: approx Azalea. HEX triplet: F7, CC and CD. RGB value is (247,204,205). Sum of RGB (Red+Green+Blue) = 247+204+205=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCCD is #083332. Grayscale: #D9D9D9. Windows color (decimal): -537395 or 13487351. OLE color: 13487351.

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

Color convert

RGB247204205-
CMYK00.170.170.03
HSL358.6º72.88%88.43%-
HSV(B)358.6º17.41%96.86%-
XYZ70.9767.3767.02-
YUV216.97121.25149.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.65%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=37.65%
G=31.10%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720420500.170.170.03358.672.8888.43
HexF7CCCD0111131674958
Octal367314315021213547111130
Binary111101111100110011001101010001100011110110011110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCCD; }

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

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

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

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

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

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

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

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