Html Css Color HEX #F6CEF2 Snuff

📋 copy color: '#F6CEF2'

red 246 ◦ green 206 ◦ blue 242

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

Shades of Snuff #F6CEF2

Tints of Snuff #F6CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.68%

 BLUE value IS 242 (94.92% from 255) = 34.87%

R = 35.45%
G = 29.68%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6CEF2 (or 0xF6CEF2) is known color: Snuff. HEX triplet: F6, CE and F2. RGB value is (246,206,242). Sum of RGB (Red+Green+Blue) = 246+206+242=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEF2 is #09310D. Grayscale: #DDDDDD. Windows color (decimal): -602382 or 15912694. OLE color: 15912694.

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

Color convert

RGB 246 206 242 -
CMYK 0 0.16 0.02 0.04
HSL 306º 0.69% 0.89% -
HSV(B) 306º 0.16% 0.96% -
XYZ 76.1 70.15 93.53 -
YUV 222.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 246 206 242 0 0.16 0.02 0.04 306 0.69 0.89
Hex F6 CE F2 0 10 2 4 132 45 59
Octal 366 316 362 0 20 2 4 462 105 131
Binary 11110110 11001110 11110010 0 10000 10 100 100110010 1000101 1011001

Color Harmonies of #F6CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEF2

Black with #F6CEF2

Text Example


Text Example

White with #F6CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEF2; }

 p { color: rgb(246,206,242); }

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

background-color css

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

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

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

border-color css

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

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

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