#F3BBBE

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

Shades of Azalea #F3BBBE

Tints of Azalea #F3BBBE

Color information

#F3BBBE (or 0xF3BBBE) is unknown color: approx Azalea. HEX triplet: F3, BB and BE. RGB value is (243,187,190). Sum of RGB (Red+Green+Blue) = 243+187+190=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBBE is #0C4441. Grayscale: #CCCCCC. Windows color (decimal): -803906 or 12499955. OLE color: 12499955.

HSL color Cylindrical-coordinate representation of color #F3BBBE: hue angle of 356.79º 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 #F3BBBE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB243187190-
CMYK00.230.220.05
HSL356.79º70%84.31%-
HSV(B)356.79º23.05%95.29%-
XYZ64.0358.3156.6-
YUV204.09120.05155.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=39.19%
G=30.16%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318719000.230.220.05356.797084.31
HexF3BBBE0171651654654
Octal363273276027265545106124
Binary1111001110111011101111100101111011010110110010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBBE; }

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

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

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

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

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

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

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

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