Html Css Color HEX #F6CEEE Snuff

📋 copy color: '#F6CEEE'

red 246 ◦ green 206 ◦ blue 238

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

Shades of Snuff #F6CEEE

Tints of Snuff #F6CEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.49%

R = 35.65%
G = 29.86%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F6CEEE (or 0xF6CEEE) is known color: Snuff. HEX triplet: F6, CE and EE. RGB value is (246,206,238). Sum of RGB (Red+Green+Blue) = 246+206+238=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEEE is #093111. Grayscale: #DDDDDD. Windows color (decimal): -602386 or 15650550. OLE color: 15650550.

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

Color convert

RGB 246 206 238 -
CMYK 0 0.16 0.03 0.04
HSL 312º 0.69% 0.89% -
HSV(B) 312º 0.16% 0.96% -
XYZ 75.51 69.91 90.4 -
YUV 221.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 246 206 238 0 0.16 0.03 0.04 312 0.69 0.89
Hex F6 CE EE 0 10 3 4 138 45 59
Octal 366 316 356 0 20 3 4 470 105 131
Binary 11110110 11001110 11101110 0 10000 11 100 100111000 1000101 1011001

Color Harmonies of #F6CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEEE

Black with #F6CEEE

Text Example


Text Example

White with #F6CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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