#F0BEBF

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

Shades of Azalea #F0BEBF

Tints of Azalea #F0BEBF

Color information

#F0BEBF (or 0xF0BEBF) is unknown color: approx Azalea. HEX triplet: F0, BE and BF. RGB value is (240,190,191). Sum of RGB (Red+Green+Blue) = 240+190+191=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEBF is #0F4140. Grayscale: #CDCDCD. Windows color (decimal): -999745 or 12566256. OLE color: 12566256.

HSL color Cylindrical-coordinate representation of color #F0BEBF: hue angle of 358.8º 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 #F0BEBF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240190191-
CMYK00.210.200.06
HSL358.8º62.5%84.31%-
HSV(B)358.8º20.83%94.12%-
XYZ63.7559.1157.34-
YUV205.06120.06152.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 191 (75% from 255) = 30.76%
R=38.65%
G=30.60%
B=30.76%

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
Decimal24019019100.210.200.06358.862.584.31
HexF0BEBF0151461673e54
Octal36027627702524654776124
Binary111100001011111010111111010101101001101011001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEBF; }

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

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

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

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

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

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

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

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