Html Css Color HEX #F6CEED Snuff

📋 copy color: '#F6CEED'

red 246 ◦ green 206 ◦ blue 237

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

Shades of Snuff #F6CEED

Tints of Snuff #F6CEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.4%

R = 35.7%
G = 29.9%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6CEED (or 0xF6CEED) is known color: Snuff. HEX triplet: F6, CE and ED. RGB value is (246,206,237). Sum of RGB (Red+Green+Blue) = 246+206+237=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEED is #093112. Grayscale: #DDDDDD. Windows color (decimal): -602387 or 15585014. OLE color: 15585014.

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

Color convert

RGB 246 206 237 -
CMYK 0 0.16 0.04 0.04
HSL 313.5º 0.69% 0.89% -
HSV(B) 313.5º 0.16% 0.96% -
XYZ 75.36 69.85 89.63 -
YUV 221.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 246 206 237 0 0.16 0.04 0.04 313.5 0.69 0.89
Hex F6 CE ED 0 10 4 4 13A 45 59
Octal 366 316 355 0 20 4 4 472 105 131
Binary 11110110 11001110 11101101 0 10000 100 100 100111010 1000101 1011001

Color Harmonies of #F6CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEED

Black with #F6CEED

Text Example


Text Example

White with #F6CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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