#FBDBF4

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

Shades of Snuff #FBDBF4

Tints of Snuff #FBDBF4

Color information

#FBDBF4 (or 0xFBDBF4) is unknown color: approx Snuff. HEX triplet: FB, DB and F4. RGB value is (251,219,244). Sum of RGB (Red+Green+Blue) = 251+219+244=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBF4 is #04240B. Grayscale: #E7E7E7. Windows color (decimal): -271372 or 16047099. OLE color: 16047099.

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

Color convert

RGB251219244-
CMYK00.130.030.02
HSL313.12º80%92.16%-
HSV(B)313.12º12.75%98.43%-
XYZ81.4477.796.29-
YUV231.42135.1141.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 219 (85.94% from 255) = 30.67%
BLUE value IS 244 (95.70% from 255) = 34.17%
R=35.15%
G=30.67%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121924400.130.030.02313.128092.16
HexFBDBF40D32139505c
Octal37333336401532471120134
Binary11111011110110111111010001101111010011100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBF4; }

 p { color: rgb(251,219,244); }

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

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

 a { background-color: rgb(251,219,244); }

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

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

 span { border-color: rgb(251,219,244); }

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