Html Css Color HEX #F7DBF0 Snuff

📋 copy color: '#F7DBF0'

red 247 ◦ green 219 ◦ blue 240

#F7DBF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F7DBF0

Tints of Snuff #F7DBF0

RGB

 RED value IS 247 (96.88% from 255) = 34.99%

 GREEN value IS 219 (85.94% from 255) = 31.02%

 BLUE value IS 240 (94.14% from 255) = 33.99%

R = 34.99%
G = 31.02%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F7DBF0 (or 0xF7DBF0) is known color: Snuff. HEX triplet: F7, DB and F0. RGB value is (247,219,240). Sum of RGB (Red+Green+Blue) = 247+219+240=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBF0 is #08240F. Grayscale: #E5E5E5. Windows color (decimal): -533520 or 15784951. OLE color: 15784951.

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

Color convert

RGB 247 219 240 -
CMYK 0 0.11 0.03 0.03
HSL 315º 0.64% 0.91% -
HSV(B) 315º 0.11% 0.97% -
XYZ 79.42 76.73 93.06 -
YUV 229.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 247 219 240 0 0.11 0.03 0.03 315 0.64 0.91
Hex F7 DB F0 0 B 3 3 13B 40 5B
Octal 367 333 360 0 13 3 3 473 100 133
Binary 11110111 11011011 11110000 0 1011 11 11 100111011 1000000 1011011

Color Harmonies of #F7DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DBF0

Black with #F7DBF0

Text Example


Text Example

White with #F7DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DBF0; }

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

 H1.HeaderClassName
 {
   color: #F7DBF0;
 }
 .AnyTagClassName
 {
   color: #F7DBF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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