#F3BBC2

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

Shades of Azalea #F3BBC2

Tints of Azalea #F3BBC2

Color information

#F3BBC2 (or 0xF3BBC2) is unknown color: approx Azalea. HEX triplet: F3, BB and C2. RGB value is (243,187,194). Sum of RGB (Red+Green+Blue) = 243+187+194=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBC2 is #0C443D. Grayscale: #CCCCCC. Windows color (decimal): -803902 or 12762099. OLE color: 12762099.

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

Color convert

RGB243187194-
CMYK00.230.200.05
HSL352.5º70%84.31%-
HSV(B)352.5º23.05%95.29%-
XYZ64.4758.4958.93-
YUV204.54122.05155.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=38.94%
G=29.97%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318719400.230.200.05352.57084.31
HexF3BBC20171451604654
Octal363273302027245540106124
Binary1111001110111011110000100101111010010110110000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBC2; }

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

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

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

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

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

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

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

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