#F3C6CC

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

Shades of Azalea #F3C6CC

Tints of Azalea #F3C6CC

Color information

#F3C6CC (or 0xF3C6CC) is unknown color: approx Azalea. HEX triplet: F3, C6 and CC. RGB value is (243,198,204). Sum of RGB (Red+Green+Blue) = 243+198+204=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6CC is #0C3933. Grayscale: #D4D4D4. Windows color (decimal): -801076 or 13420275. OLE color: 13420275.

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

Color convert

RGB243198204-
CMYK00.190.160.05
HSL352º65.22%86.47%-
HSV(B)352º18.52%95.29%-
XYZ68.0663.865.85-
YUV212.14123.41150.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 198 (77.73% from 255) = 30.70%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=37.67%
G=30.70%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319820400.190.160.0535265.2286.47
HexF3C6CC0131051604156
Octal363306314023205540101126
Binary1111001111000110110011000100111000010110110000010000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C6CC; }

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

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

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

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

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

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

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

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