#F5CCCD

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

Shades of Azalea #F5CCCD

Tints of Azalea #F5CCCD

Color information

#F5CCCD (or 0xF5CCCD) is unknown color: approx Azalea. HEX triplet: F5, CC and CD. RGB value is (245,204,205). Sum of RGB (Red+Green+Blue) = 245+204+205=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCCD is #0A3332. Grayscale: #D8D8D8. Windows color (decimal): -668467 or 13487349. OLE color: 13487349.

HSL color Cylindrical-coordinate representation of color #F5CCCD: hue angle of 358.54º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CCCD is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245204205-
CMYK00.170.160.04
HSL358.54º67.21%88.04%-
HSV(B)358.54º16.73%96.08%-
XYZ70.2767.0166.99-
YUV216.37121.58148.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=37.46%
G=31.19%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520420500.170.160.04358.5467.2188.04
HexF5CCCD0111041674358
Octal365314315021204547103130
Binary1111010111001100110011010100011000010010110011110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCCD; }

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

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

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

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

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

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

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

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