Html Css Color HEX #F7DBF1 Snuff

📋 copy color: '#F7DBF1'

red 247 ◦ green 219 ◦ blue 241

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

Shades of Snuff #F7DBF1

Tints of Snuff #F7DBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.09%

R = 34.94%
G = 30.98%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7DBF1 (or 0xF7DBF1) is known color: Snuff. HEX triplet: F7, DB and F1. RGB value is (247,219,241). Sum of RGB (Red+Green+Blue) = 247+219+241=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBF1 is #08240E. Grayscale: #E5E5E5. Windows color (decimal): -533519 or 15850487. OLE color: 15850487.

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

Color convert

RGB 247 219 241 -
CMYK 0 0.11 0.02 0.03
HSL 312.86º 0.64% 0.91% -
HSV(B) 312.86º 0.11% 0.97% -
XYZ 79.57 76.79 93.85 -
YUV 229.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 247 219 241 0 0.11 0.02 0.03 312.86 0.64 0.91
Hex F7 DB F1 0 B 2 3 139 40 5B
Octal 367 333 361 0 13 2 3 471 100 133
Binary 11110111 11011011 11110001 0 1011 10 11 100111001 1000000 1011011

Color Harmonies of #F7DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DBF1

Black with #F7DBF1

Text Example


Text Example

White with #F7DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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