#F3C9CD

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

Shades of Azalea #F3C9CD

Tints of Azalea #F3C9CD

Color information

#F3C9CD (or 0xF3C9CD) is unknown color: approx Azalea. HEX triplet: F3, C9 and CD. RGB value is (243,201,205). Sum of RGB (Red+Green+Blue) = 243+201+205=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9CD is #0C3632. Grayscale: #D6D6D6. Windows color (decimal): -800307 or 13486579. OLE color: 13486579.

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

Color convert

RGB243201205-
CMYK00.170.160.05
HSL354.29º63.64%87.06%-
HSV(B)354.29º17.28%95.29%-
XYZ68.8765.2466.72-
YUV214.01122.91148.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.44%
GREEN value IS 201 (78.91% from 255) = 30.97%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=37.44%
G=30.97%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320120500.170.160.05354.2963.6487.06
HexF3C9CD0111051624057
Octal363311315021205542100127
Binary1111001111001001110011010100011000010110110001010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C9CD; }

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

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

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

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

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

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

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

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