Html Css Color HEX #F7DBF2 Snuff

📋 copy color: '#F7DBF2'

red 247 ◦ green 219 ◦ blue 242

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

Shades of Snuff #F7DBF2

Tints of Snuff #F7DBF2

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 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

#F7DBF2 (or 0xF7DBF2) is known color: 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

RGB 247 219 242 -
CMYK 0 0.11 0.02 0.03
HSL 310.71º 0.64% 0.91% -
HSV(B) 310.71º 0.11% 0.97% -
XYZ 79.72 76.85 94.64 -
YUV 229.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 247 219 242 0 0.11 0.02 0.03 310.71 0.64 0.91
Hex F7 DB F2 0 B 2 3 137 40 5B
Octal 367 333 362 0 13 2 3 467 100 133
Binary 11110111 11011011 11110010 0 1011 10 11 100110111 1000000 1011011

Color Harmonies of #F7DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DBF2

Black with #F7DBF2

Text Example


Text Example

White with #F7DBF2

Text Example


Text Example

HTML Codes & Css Web 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>