Html Css Color HEX #F6DCF3 Snuff

📋 copy color: '#F6DCF3'

red 246 ◦ green 220 ◦ blue 243

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

Shades of Snuff #F6DCF3

Tints of Snuff #F6DCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.03%

 BLUE value IS 243 (95.31% from 255) = 34.27%

R = 34.7%
G = 31.03%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F6DCF3 (or 0xF6DCF3) is known color: Snuff. HEX triplet: F6, DC and F3. RGB value is (246,220,243). Sum of RGB (Red+Green+Blue) = 246+220+243=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCF3 is #09230C. Grayscale: #E6E6E6. Windows color (decimal): -598797 or 15981814. OLE color: 15981814.

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

Color convert

RGB 246 220 243 -
CMYK 0 0.11 0.01 0.04
HSL 306.92º 0.59% 0.91% -
HSV(B) 306.92º 0.11% 0.96% -
XYZ 79.78 77.25 95.5 -
YUV 230.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 246 220 243 0 0.11 0.01 0.04 306.92 0.59 0.91
Hex F6 DC F3 0 B 1 4 133 3B 5B
Octal 366 334 363 0 13 1 4 463 73 133
Binary 11110110 11011100 11110011 0 1011 1 100 100110011 111011 1011011

Color Harmonies of #F6DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCF3

Black with #F6DCF3

Text Example


Text Example

White with #F6DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCF3; }

 p { color: rgb(246,220,243); }

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

background-color css

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

 a { background-color: rgb(246,220,243); }

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

border-color css

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

 span { border-color: rgb(246,220,243); }

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