#F0BEF2

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

Shades of Snuff #F0BEF2

Tints of Snuff #F0BEF2

Color information

#F0BEF2 (or 0xF0BEF2) is unknown color: approx Snuff. HEX triplet: F0, BE and F2. RGB value is (240,190,242). Sum of RGB (Red+Green+Blue) = 240+190+242=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEF2 is #0F410D. Grayscale: #D2D2D2. Windows color (decimal): -999694 or 15908592. OLE color: 15908592.

HSL color Cylindrical-coordinate representation of color #F0BEF2: hue angle of 297.69º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BEF2 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240190242-
CMYK0.010.2100.05
HSL297.69º66.67%84.71%-
HSV(B)297.69º21.49%94.9%-
XYZ70.3861.7692.22-
YUV210.88145.56148.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 190 (74.61% from 255) = 28.27%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=35.71%
G=28.27%
B=36.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401902420.010.2100.05297.6966.6784.71
HexF0BEF21150512a4355
Octal36027636212505452103125
Binary111100001011111011110010110101010110010101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEF2; }

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

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

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

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

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

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

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

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