#F3CCCD

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

Shades of Azalea #F3CCCD

Tints of Azalea #F3CCCD

Color information

#F3CCCD (or 0xF3CCCD) is unknown color: approx Azalea. HEX triplet: F3, CC and CD. RGB value is (243,204,205). Sum of RGB (Red+Green+Blue) = 243+204+205=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCCD is #0C3332. Grayscale: #D7D7D7. Windows color (decimal): -799539 or 13487347. OLE color: 13487347.

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

Color convert

RGB243204205-
CMYK00.160.160.05
HSL358.46º61.9%87.65%-
HSV(B)358.46º16.05%95.29%-
XYZ69.5766.6566.96-
YUV215.77121.92147.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.27%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=37.27%
G=31.29%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320420500.160.160.05358.4661.987.65
HexF3CCCD0101051663e58
Octal36331431502020554676130
Binary111100111100110011001101010000100001011011001101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCCD; }

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

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

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

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

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

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

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

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