#F7DBF2

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

Shades of Snuff #F7DBF2

Tints of Snuff #F7DBF2

Color information

#F7DBF2 (or 0xF7DBF2) is unknown color: approx Snuff. HEX triplet: F7, DB and F2. RGB value is (247,219,242). Sum of RGB (Red+Green+Blue) = 247+219+242=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBF2 is #08240D. Grayscale: #E5E5E5. Windows color (decimal): -533518 or 15916023. OLE color: 15916023.

HSL color Cylindrical-coordinate representation of color #F7DBF2: hue angle of 310.71º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DBF2 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB247219242-
CMYK00.110.020.03
HSL310.71º63.64%91.37%-
HSV(B)310.71º11.34%96.86%-
XYZ79.7276.8594.64-
YUV229.99134.78140.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.89%
GREEN value IS 219 (85.94% from 255) = 30.93%
BLUE value IS 242 (94.92% from 255) = 34.18%
R=34.89%
G=30.93%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721924200.110.020.03310.7163.6491.37
HexF7DBF20B23137405b
Octal36733336201323467100133
Binary11110111110110111111001001011101110011011110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DBF2; }

 p { color: rgb(247,219,242); }

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

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

 a { background-color: rgb(247,219,242); }

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

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

 span { border-color: rgb(247,219,242); }

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