#F3B9C2

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

Shades of Azalea #F3B9C2

Tints of Azalea #F3B9C2

Color information

#F3B9C2 (or 0xF3B9C2) is unknown color: approx Azalea. HEX triplet: F3, B9 and C2. RGB value is (243,185,194). Sum of RGB (Red+Green+Blue) = 243+185+194=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9C2 is #0C463D. Grayscale: #CBCBCB. Windows color (decimal): -804414 or 12761587. OLE color: 12761587.

HSL color Cylindrical-coordinate representation of color #F3B9C2: hue angle of 350.69º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9C2 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB243185194-
CMYK00.240.200.05
HSL350.69º70.73%83.92%-
HSV(B)350.69º23.87%95.29%-
XYZ64.0557.6558.79-
YUV203.37122.72156.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 185 (72.66% from 255) = 29.74%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=39.07%
G=29.74%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318519400.240.200.05350.6970.7383.92
HexF3B9C201814515f4754
Octal363271302030245537107124
Binary1111001110111001110000100110001010010110101111110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9C2; }

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

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

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

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

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

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

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

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