#F9BEFC

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

Shades of Snuff #F9BEFC

Tints of Snuff #F9BEFC

Color information

#F9BEFC (or 0xF9BEFC) is unknown color: approx Snuff. HEX triplet: F9, BE and FC. RGB value is (249,190,252). Sum of RGB (Red+Green+Blue) = 249+190+252=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 190 (74.61% from 255 or 27.50% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9BEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEFC is #064103. Grayscale: #D6D6D6. Windows color (decimal): -409860 or 16563961. OLE color: 16563961.

HSL color Cylindrical-coordinate representation of color #F9BEFC: hue angle of 297.1º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BEFC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249190252-
CMYK0.010.2500.01
HSL297.1º91.18%86.67%-
HSV(B)297.1º24.6%98.82%-
XYZ75.0563.99100.49-
YUV214.71149.05152.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.03%
GREEN value IS 190 (74.61% from 255) = 27.50%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=36.03%
G=27.50%
B=36.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491902520.010.2500.01297.191.1886.67
HexF9BEFC119011295b57
Octal37127637413101451133127
Binary1111100110111110111111001110010110010100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BEFC; }

 p { color: rgb(249,190,252); }

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

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

 a { background-color: rgb(249,190,252); }

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

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

 span { border-color: rgb(249,190,252); }

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