Html Css Color HEX #F6DCF0 Snuff

📋 copy color: '#F6DCF0'

red 246 ◦ green 220 ◦ blue 240

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

Shades of Snuff #F6DCF0

Tints of Snuff #F6DCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.99%

R = 34.84%
G = 31.16%
B = 33.99%

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

#F6DCF0 (or 0xF6DCF0) is known color: Snuff. HEX triplet: F6, DC and F0. RGB value is (246,220,240). Sum of RGB (Red+Green+Blue) = 246+220+240=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCF0 is #09230F. Grayscale: #E5E5E5. Windows color (decimal): -598800 or 15785206. OLE color: 15785206.

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

Color convert

RGB 246 220 240 -
CMYK 0 0.11 0.02 0.04
HSL 313.85º 0.59% 0.91% -
HSV(B) 313.85º 0.11% 0.96% -
XYZ 79.33 77.07 93.13 -
YUV 230.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 246 220 240 0 0.11 0.02 0.04 313.85 0.59 0.91
Hex F6 DC F0 0 B 2 4 13A 3B 5B
Octal 366 334 360 0 13 2 4 472 73 133
Binary 11110110 11011100 11110000 0 1011 10 100 100111010 111011 1011011

Color Harmonies of #F6DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCF0

Black with #F6DCF0

Text Example


Text Example

White with #F6DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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