Html Css Color HEX #F6DBF2 Snuff

📋 copy color: '#F6DBF2'

red 246 ◦ green 219 ◦ blue 242

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

Shades of Snuff #F6DBF2

Tints of Snuff #F6DBF2

RGB

 RED value IS 246 (96.48% from 255) = 34.79%

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

 BLUE value IS 242 (94.92% from 255) = 34.23%

R = 34.79%
G = 30.98%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6DBF2 (or 0xF6DBF2) is known color: Snuff. HEX triplet: F6, DB and F2. RGB value is (246,219,242). Sum of RGB (Red+Green+Blue) = 246+219+242=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBF2 is #09240D. Grayscale: #E5E5E5. Windows color (decimal): -599054 or 15916022. OLE color: 15916022.

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

Color convert

RGB 246 219 242 -
CMYK 0 0.11 0.02 0.04
HSL 308.89º 0.6% 0.91% -
HSV(B) 308.89º 0.11% 0.96% -
XYZ 79.36 76.67 94.62 -
YUV 229.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 246 219 242 0 0.11 0.02 0.04 308.89 0.6 0.91
Hex F6 DB F2 0 B 2 4 135 3C 5B
Octal 366 333 362 0 13 2 4 465 74 133
Binary 11110110 11011011 11110010 0 1011 10 100 100110101 111100 1011011

Color Harmonies of #F6DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DBF2

Black with #F6DBF2

Text Example


Text Example

White with #F6DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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