Html Css Color HEX #F6DFF1 Snuff

📋 copy color: '#F6DFF1'

red 246 ◦ green 223 ◦ blue 241

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

Shades of Snuff #F6DFF1

Tints of Snuff #F6DFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.41%

 BLUE value IS 241 (94.53% from 255) = 33.94%

R = 34.65%
G = 31.41%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6DFF1 (or 0xF6DFF1) is known color: Snuff. HEX triplet: F6, DF and F1. RGB value is (246,223,241). Sum of RGB (Red+Green+Blue) = 246+223+241=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFF1 is #09200E. Grayscale: #E7E7E7. Windows color (decimal): -598031 or 15851510. OLE color: 15851510.

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

Color convert

RGB 246 223 241 -
CMYK 0 0.09 0.02 0.04
HSL 313.04º 0.56% 0.92% -
HSV(B) 313.04º 0.09% 0.96% -
XYZ 80.27 78.72 94.18 -
YUV 231.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 246 223 241 0 0.09 0.02 0.04 313.04 0.56 0.92
Hex F6 DF F1 0 9 2 4 139 38 5C
Octal 366 337 361 0 11 2 4 471 70 134
Binary 11110110 11011111 11110001 0 1001 10 100 100111001 111000 1011100

Color Harmonies of #F6DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DFF1

Black with #F6DFF1

Text Example


Text Example

White with #F6DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DFF1; }

 p { color: rgb(246,223,241); }

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

background-color css

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

 a { background-color: rgb(246,223,241); }

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

border-color css

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

 span { border-color: rgb(246,223,241); }

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