#F3C8C9

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

Shades of Azalea #F3C8C9

Tints of Azalea #F3C8C9

Color information

#F3C8C9 (or 0xF3C8C9) is unknown color: approx Azalea. HEX triplet: F3, C8 and C9. RGB value is (243,200,201). Sum of RGB (Red+Green+Blue) = 243+200+201=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C8C9 is #0C3736. Grayscale: #D5D5D5. Windows color (decimal): -800567 or 13224179. OLE color: 13224179.

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

Color convert

RGB243200201-
CMYK00.180.170.05
HSL358.6º64.18%86.86%-
HSV(B)358.6º17.7%95.29%-
XYZ68.1664.5864.13-
YUV212.97121.25149.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.73%
GREEN value IS 200 (78.52% from 255) = 31.06%
BLUE value IS 201 (78.91% from 255) = 31.21%
R=37.73%
G=31.06%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320020100.180.170.05358.664.1886.86
HexF3C8C90121151674057
Octal363310311022215547100127
Binary1111001111001000110010010100101000110110110011110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C8C9; }

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

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

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

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

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

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

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

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