#F8CCCD

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

Shades of Azalea #F8CCCD

Tints of Azalea #F8CCCD

Color information

#F8CCCD (or 0xF8CCCD) is unknown color: approx Azalea. HEX triplet: F8, CC and CD. RGB value is (248,204,205). Sum of RGB (Red+Green+Blue) = 248+204+205=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCCD is #073332. Grayscale: #D9D9D9. Windows color (decimal): -471859 or 13487352. OLE color: 13487352.

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

Color convert

RGB248204205-
CMYK00.180.170.03
HSL358.64º75.86%88.63%-
HSV(B)358.64º17.74%97.25%-
XYZ71.3267.5567.04-
YUV217.27121.08149.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.75%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=37.75%
G=31.05%
B=31.20%

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
Decimal24820420500.180.170.03358.6475.8688.63
HexF8CCCD0121131674c59
Octal370314315022213547114131
Binary111110001100110011001101010010100011110110011110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCCD; }

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

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

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

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

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

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

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

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