#F0B6BC

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

Shades of Azalea #F0B6BC

Tints of Azalea #F0B6BC

Color information

#F0B6BC (or 0xF0B6BC) is unknown color: approx Azalea. HEX triplet: F0, B6 and BC. RGB value is (240,182,188). Sum of RGB (Red+Green+Blue) = 240+182+188=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6BC is #0F4943. Grayscale: #C8C8C8. Windows color (decimal): -1001796 or 12367600. OLE color: 12367600.

HSL color Cylindrical-coordinate representation of color #F0B6BC: hue angle of 353.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6BC is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240182188-
CMYK00.240.220.06
HSL353.79º65.91%82.75%-
HSV(B)353.79º24.17%94.12%-
XYZ61.7455.6155.06-
YUV200.03121.22156.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=39.34%
G=29.84%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018218800.240.220.06353.7965.9182.75
HexF0B6BC0181661624253
Octal360266274030266542102123
Binary1111000010110110101111000110001011011010110001010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6BC; }

 p { color: rgb(240,182,188); }

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

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

 a { background-color: rgb(240,182,188); }

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

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

 span { border-color: rgb(240,182,188); }

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