Html Css Color HEX #F7DBF4 Snuff

📋 copy color: '#F7DBF4'

red 247 ◦ green 219 ◦ blue 244

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

Shades of Snuff #F7DBF4

Tints of Snuff #F7DBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.37%

R = 34.79%
G = 30.85%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F7DBF4 (or 0xF7DBF4) is known color: Snuff. HEX triplet: F7, DB and F4. RGB value is (247,219,244). Sum of RGB (Red+Green+Blue) = 247+219+244=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 244 (95.70% from 255 or 34.37% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBF4 is #08240B. Grayscale: #E6E6E6. Windows color (decimal): -533516 or 16047095. OLE color: 16047095.

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

Color convert

RGB 247 219 244 -
CMYK 0 0.11 0.01 0.03
HSL 306.43º 0.64% 0.91% -
HSV(B) 306.43º 0.11% 0.97% -
XYZ 80.02 76.97 96.23 -
YUV 230.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 247 219 244 0 0.11 0.01 0.03 306.43 0.64 0.91
Hex F7 DB F4 0 B 1 3 132 40 5B
Octal 367 333 364 0 13 1 3 462 100 133
Binary 11110111 11011011 11110100 0 1011 1 11 100110010 1000000 1011011

Color Harmonies of #F7DBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DBF4

Black with #F7DBF4

Text Example


Text Example

White with #F7DBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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