#F0BEC0

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

Shades of Azalea #F0BEC0

Tints of Azalea #F0BEC0

Color information

#F0BEC0 (or 0xF0BEC0) is unknown color: approx Azalea. HEX triplet: F0, BE and C0. RGB value is (240,190,192). Sum of RGB (Red+Green+Blue) = 240+190+192=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEC0 is #0F413F. Grayscale: #CDCDCD. Windows color (decimal): -999744 or 12631792. OLE color: 12631792.

HSL color Cylindrical-coordinate representation of color #F0BEC0: hue angle of 357.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BEC0 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240190192-
CMYK00.210.200.06
HSL357.6º62.5%84.31%-
HSV(B)357.6º20.83%94.12%-
XYZ63.8659.1657.92-
YUV205.18120.56152.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=38.59%
G=30.55%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019019200.210.200.06357.662.584.31
HexF0BEC00151461663e54
Octal36027630002524654676124
Binary111100001011111011000000010101101001101011001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEC0; }

 p { color: rgb(240,190,192); }

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

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

 a { background-color: rgb(240,190,192); }

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

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

 span { border-color: rgb(240,190,192); }

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