#FBDFF5

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

Shades of Snuff #FBDFF5

Tints of Snuff #FBDFF5

Color information

#FBDFF5 (or 0xFBDFF5) is unknown color: approx Snuff. HEX triplet: FB, DF and F5. RGB value is (251,223,245). Sum of RGB (Red+Green+Blue) = 251+223+245=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF5 is #04200A. Grayscale: #E9E9E9. Windows color (decimal): -270347 or 16113659. OLE color: 16113659.

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

Color convert

RGB251223245-
CMYK00.110.020.02
HSL312.86º77.78%92.94%-
HSV(B)312.86º11.16%98.43%-
XYZ82.6579.8897.45-
YUV233.88134.28140.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 223 (87.5% from 255) = 31.02%
BLUE value IS 245 (96.09% from 255) = 34.08%
R=34.91%
G=31.02%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122324500.110.020.02312.8677.7892.94
HexFBDFF50B221394e5d
Octal37333736501322471116135
Binary11111011110111111111010101011101010011100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFF5; }

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

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

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

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

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

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

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

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