Html Css Color HEX #F6D0F5 Snuff

📋 copy color: '#F6D0F5'

red 246 ◦ green 208 ◦ blue 245

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

Shades of Snuff #F6D0F5

Tints of Snuff #F6D0F5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.76%

 BLUE value IS 245 (96.09% from 255) = 35.05%

R = 35.19%
G = 29.76%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F6D0F5 (or 0xF6D0F5) is known color: Snuff. HEX triplet: F6, D0 and F5. RGB value is (246,208,245). Sum of RGB (Red+Green+Blue) = 246+208+245=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D0F5 is #092F0A. Grayscale: #DFDFDF. Windows color (decimal): -601867 or 16109814. OLE color: 16109814.

HSL color Cylindrical-coordinate representation of color #F6D0F5: hue angle of 301.58º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D0F5 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 208 245 -
CMYK 0 0.15 0.00 0.04
HSL 301.58º 0.68% 0.89% -
HSV(B) 301.58º 0.15% 0.96% -
XYZ 77.04 71.3 96.09 -
YUV 223.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 246 208 245 0 0.15 0.00 0.04 301.58 0.68 0.89
Hex F6 D0 F5 0 F 0 4 12E 44 59
Octal 366 320 365 0 17 0 4 456 104 131
Binary 11110110 11010000 11110101 0 1111 0 100 100101110 1000100 1011001

Color Harmonies of #F6D0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D0F5

Black with #F6D0F5

Text Example


Text Example

White with #F6D0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D0F5; }

 p { color: rgb(246,208,245); }

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

background-color css

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

 a { background-color: rgb(246,208,245); }

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

border-color css

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

 span { border-color: rgb(246,208,245); }

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