#F4CCCD

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

Shades of Azalea #F4CCCD

Tints of Azalea #F4CCCD

Color information

#F4CCCD (or 0xF4CCCD) is unknown color: approx Azalea. HEX triplet: F4, CC and CD. RGB value is (244,204,205). Sum of RGB (Red+Green+Blue) = 244+204+205=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCCD is #0B3332. Grayscale: #D8D8D8. Windows color (decimal): -734003 or 13487348. OLE color: 13487348.

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

Color convert

RGB244204205-
CMYK00.160.160.04
HSL358.5º64.52%87.84%-
HSV(B)358.5º16.39%95.69%-
XYZ69.9266.8366.97-
YUV216.07121.75147.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.37%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=37.37%
G=31.24%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420420500.160.160.04358.564.5287.84
HexF4CCCD0101041664158
Octal364314315020204546101130
Binary1111010011001100110011010100001000010010110011010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CCCD; }

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

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

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

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

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

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

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

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