Html Css Color HEX #F6CFEF Snuff

📋 copy color: '#F6CFEF'

red 246 ◦ green 207 ◦ blue 239

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

Shades of Snuff #F6CFEF

Tints of Snuff #F6CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.54%

R = 35.55%
G = 29.91%
B = 34.54%

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

#F6CFEF (or 0xF6CFEF) is known color: Snuff. HEX triplet: F6, CF and EF. RGB value is (246,207,239). Sum of RGB (Red+Green+Blue) = 246+207+239=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFEF is #093010. Grayscale: #DEDEDE. Windows color (decimal): -602129 or 15716342. OLE color: 15716342.

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

Color convert

RGB 246 207 239 -
CMYK 0 0.16 0.03 0.04
HSL 310.77º 0.68% 0.89% -
HSV(B) 310.77º 0.16% 0.96% -
XYZ 75.9 70.45 91.26 -
YUV 222.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 246 207 239 0 0.16 0.03 0.04 310.77 0.68 0.89
Hex F6 CF EF 0 10 3 4 137 44 59
Octal 366 317 357 0 20 3 4 467 104 131
Binary 11110110 11001111 11101111 0 10000 11 100 100110111 1000100 1011001

Color Harmonies of #F6CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFEF

Black with #F6CFEF

Text Example


Text Example

White with #F6CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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