#FFDBF8

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

Shades of Snuff #FFDBF8

Tints of Snuff #FFDBF8

Color information

#FFDBF8 (or 0xFFDBF8) is unknown color: approx Snuff. HEX triplet: FF, DB and F8. RGB value is (255,219,248). Sum of RGB (Red+Green+Blue) = 255+219+248=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 219 (85.94% from 255 or 30.33% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF8 is #002407. Grayscale: #E8E8E8. Windows color (decimal): -9224 or 16309247. OLE color: 16309247.

HSL color Cylindrical-coordinate representation of color #FFDBF8: hue angle of 311.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBF8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255219248-
CMYK00.140.030
HSL311.67º100%92.94%-
HSV(B)311.67º14.12%100%-
XYZ83.5178.799.6-
YUV233.07136.43143.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.32%
GREEN value IS 219 (85.94% from 255) = 30.33%
BLUE value IS 248 (97.27% from 255) = 34.35%
R=35.32%
G=30.33%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521924800.140.030311.6710092.94
HexFFDBF80E30138645d
Octal37733337001630470144135
Binary1111111111011011111110000111011010011100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBF8; }

 p { color: rgb(255,219,248); }

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

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

 a { background-color: rgb(255,219,248); }

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

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

 span { border-color: rgb(255,219,248); }

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