#F3C2C7

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

Shades of Azalea #F3C2C7

Tints of Azalea #F3C2C7

Color information

#F3C2C7 (or 0xF3C2C7) is unknown color: approx Azalea. HEX triplet: F3, C2 and C7. RGB value is (243,194,199). Sum of RGB (Red+Green+Blue) = 243+194+199=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2C7 is #0C3D38. Grayscale: #D1D1D1. Windows color (decimal): -802105 or 13091571. OLE color: 13091571.

HSL color Cylindrical-coordinate representation of color #F3C2C7: hue angle of 353.88º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2C7 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB243194199-
CMYK00.200.180.05
HSL353.88º67.12%85.69%-
HSV(B)353.88º20.16%95.29%-
XYZ66.5661.7662.45-
YUV209.22122.23152.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.21%
GREEN value IS 194 (76.17% from 255) = 30.50%
BLUE value IS 199 (78.12% from 255) = 31.29%
R=38.21%
G=30.50%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319419900.200.180.05353.8867.1285.69
HexF3C2C70141251624356
Octal363302307024225542103126
Binary1111001111000010110001110101001001010110110001010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2C7; }

 p { color: rgb(243,194,199); }

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

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

 a { background-color: rgb(243,194,199); }

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

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

 span { border-color: rgb(243,194,199); }

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