Html Css Color HEX #F6CFEE Snuff

📋 copy color: '#F6CFEE'

red 246 ◦ green 207 ◦ blue 238

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

Shades of Snuff #F6CFEE

Tints of Snuff #F6CFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.96%

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

R = 35.6%
G = 29.96%
B = 34.44%

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

#F6CFEE (or 0xF6CFEE) is known color: Snuff. HEX triplet: F6, CF and EE. RGB value is (246,207,238). Sum of RGB (Red+Green+Blue) = 246+207+238=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFEE is #093011. Grayscale: #DEDEDE. Windows color (decimal): -602130 or 15650806. OLE color: 15650806.

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

Color convert

RGB 246 207 238 -
CMYK 0 0.16 0.03 0.04
HSL 312.31º 0.68% 0.89% -
HSV(B) 312.31º 0.16% 0.96% -
XYZ 75.75 70.39 90.48 -
YUV 222.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 246 207 238 0 0.16 0.03 0.04 312.31 0.68 0.89
Hex F6 CF EE 0 10 3 4 138 44 59
Octal 366 317 356 0 20 3 4 470 104 131
Binary 11110110 11001111 11101110 0 10000 11 100 100111000 1000100 1011001

Color Harmonies of #F6CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFEE

Black with #F6CFEE

Text Example


Text Example

White with #F6CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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