#FBDEF5

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

Shades of Snuff #FBDEF5

Tints of Snuff #FBDEF5

Color information

#FBDEF5 (or 0xFBDEF5) is unknown color: approx Snuff. HEX triplet: FB, DE and F5. RGB value is (251,222,245). Sum of RGB (Red+Green+Blue) = 251+222+245=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF5 is #04210A. Grayscale: #E9E9E9. Windows color (decimal): -270603 or 16113403. OLE color: 16113403.

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

Color convert

RGB251222245-
CMYK00.120.020.02
HSL312.41º78.38%92.75%-
HSV(B)312.41º11.55%98.43%-
XYZ82.3979.3497.36-
YUV233.29134.61140.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 222 (87.11% from 255) = 30.92%
BLUE value IS 245 (96.09% from 255) = 34.12%
R=34.96%
G=30.92%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122224500.120.020.02312.4178.3892.75
HexFBDEF50C221384e5d
Octal37333636501422470116135
Binary11111011110111101111010101100101010011100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEF5; }

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

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

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

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

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

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

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

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