#FBE1F5

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

Shades of Snuff #FBE1F5

Tints of Snuff #FBE1F5

Color information

#FBE1F5 (or 0xFBE1F5) is unknown color: approx Snuff. HEX triplet: FB, E1 and F5. RGB value is (251,225,245). Sum of RGB (Red+Green+Blue) = 251+225+245=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 225 (88.28% from 255 or 31.21% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1F5 is #041E0A. Grayscale: #EBEBEB. Windows color (decimal): -269835 or 16114171. OLE color: 16114171.

HSL color Cylindrical-coordinate representation of color #FBE1F5: hue angle of 313.85º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE1F5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251225245-
CMYK00.100.020.02
HSL313.85º76.47%93.33%-
HSV(B)313.85º10.36%98.43%-
XYZ83.1980.9597.63-
YUV235.05133.61139.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 225 (88.28% from 255) = 31.21%
BLUE value IS 245 (96.09% from 255) = 33.98%
R=34.81%
G=31.21%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122524500.100.020.02313.8576.4793.33
HexFBE1F50A2213a4c5d
Octal37334136501222472114135
Binary11111011111000011111010101010101010011101010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1F5; }

 p { color: rgb(251,225,245); }

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

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

 a { background-color: rgb(251,225,245); }

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

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

 span { border-color: rgb(251,225,245); }

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