#FBDCF7

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

Shades of Snuff #FBDCF7

Tints of Snuff #FBDCF7

Color information

#FBDCF7 (or 0xFBDCF7) is unknown color: approx Snuff. HEX triplet: FB, DC and F7. RGB value is (251,220,247). Sum of RGB (Red+Green+Blue) = 251+220+247=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCF7 is #042308. Grayscale: #E8E8E8. Windows color (decimal): -271113 or 16243963. OLE color: 16243963.

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

Color convert

RGB251220247-
CMYK00.120.020.02
HSL307.74º79.49%92.35%-
HSV(B)307.74º12.35%98.43%-
XYZ82.1778.4198.8-
YUV232.35136.27141.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 220 (86.33% from 255) = 30.64%
BLUE value IS 247 (96.88% from 255) = 34.40%
R=34.96%
G=30.64%
B=34.40%

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
Decimal25122024700.120.020.02307.7479.4992.35
HexFBDCF70C221344f5c
Octal37333436701422464117134
Binary11111011110111001111011101100101010011010010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCF7; }

 p { color: rgb(251,220,247); }

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

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

 a { background-color: rgb(251,220,247); }

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

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

 span { border-color: rgb(251,220,247); }

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