#FBDEF6

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

Shades of Snuff #FBDEF6

Tints of Snuff #FBDEF6

Color information

#FBDEF6 (or 0xFBDEF6) is unknown color: approx Snuff. HEX triplet: FB, DE and F6. RGB value is (251,222,246). Sum of RGB (Red+Green+Blue) = 251+222+246=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF6 is #042109. Grayscale: #E9E9E9. Windows color (decimal): -270602 or 16178939. OLE color: 16178939.

HSL color Cylindrical-coordinate representation of color #FBDEF6: hue angle of 310.34º 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 #FBDEF6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251222246-
CMYK00.120.020.02
HSL310.34º78.38%92.75%-
HSV(B)310.34º11.55%98.43%-
XYZ82.5479.4198.17-
YUV233.41135.11140.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 222 (87.11% from 255) = 30.88%
BLUE value IS 246 (96.48% from 255) = 34.21%
R=34.91%
G=30.88%
B=34.21%

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
Decimal25122224600.120.020.02310.3478.3892.75
HexFBDEF60C221364e5d
Octal37333636601422466116135
Binary11111011110111101111011001100101010011011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEF6; }

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

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

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

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

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

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

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

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