Html Css Color HEX #F6BEF6 Snuff

📋 copy color: '#F6BEF6'

red 246 ◦ green 190 ◦ blue 246

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

Shades of Snuff #F6BEF6

Tints of Snuff #F6BEF6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.86%

 BLUE value IS 246 (96.48% from 255) = 36.07%

R = 36.07%
G = 27.86%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F6BEF6 (or 0xF6BEF6) is known color: Snuff. HEX triplet: F6, BE and F6. RGB value is (246,190,246). Sum of RGB (Red+Green+Blue) = 246+190+246=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F6BEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BEF6 is #094109. Grayscale: #D4D4D4. Windows color (decimal): -606474 or 16170742. OLE color: 16170742.

HSL color Cylindrical-coordinate representation of color #F6BEF6: hue angle of 300º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BEF6 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 190 246 -
CMYK 0 0.23 0 0.04
HSL 300º 0.76% 0.85% -
HSV(B) 300º 0.23% 0.96% -
XYZ 73.05 63.07 95.51 -
YUV 213.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 246 190 246 0 0.23 0 0.04 300 0.76 0.85
Hex F6 BE F6 0 17 0 4 12C 4C 55
Octal 366 276 366 0 27 0 4 454 114 125
Binary 11110110 10111110 11110110 0 10111 0 100 100101100 1001100 1010101

Color Harmonies of #F6BEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BEF6

Black with #F6BEF6

Text Example


Text Example

White with #F6BEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BEF6; }

 p { color: rgb(246,190,246); }

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

background-color css

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

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

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

border-color css

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

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

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