#FFDBF9

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

Shades of Snuff #FFDBF9

Tints of Snuff #FFDBF9

Color information

#FFDBF9 (or 0xFFDBF9) is unknown color: approx Snuff. HEX triplet: FF, DB and F9. RGB value is (255,219,249). Sum of RGB (Red+Green+Blue) = 255+219+249=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF9 is #002406. Grayscale: #E9E9E9. Windows color (decimal): -9223 or 16374783. OLE color: 16374783.

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

Color convert

RGB255219249-
CMYK00.140.020
HSL310º100%92.94%-
HSV(B)310º14.12%100%-
XYZ83.6778.76100.42-
YUV233.18136.93143.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 219 (85.94% from 255) = 30.29%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=35.27%
G=30.29%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521924900.140.02031010092.94
HexFFDBF90E20136645d
Octal37733337101620466144135
Binary1111111111011011111110010111010010011011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBF9; }

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

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

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

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

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

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

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

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