Html Css Color HEX #F6CCED Snuff

📋 copy color: '#F6CCED'

red 246 ◦ green 204 ◦ blue 237

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

Shades of Snuff #F6CCED

Tints of Snuff #F6CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.69%

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

R = 35.81%
G = 29.69%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6CCED (or 0xF6CCED) is known color: Snuff. HEX triplet: F6, CC and ED. RGB value is (246,204,237). Sum of RGB (Red+Green+Blue) = 246+204+237=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCED is #093312. Grayscale: #DCDCDC. Windows color (decimal): -602899 or 15584502. OLE color: 15584502.

HSL color Cylindrical-coordinate representation of color #F6CCED: hue angle of 312.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CCED is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 204 237 -
CMYK 0 0.17 0.04 0.04
HSL 312.86º 0.7% 0.88% -
HSV(B) 312.86º 0.17% 0.96% -
XYZ 74.88 68.89 89.47 -
YUV 220.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 246 204 237 0 0.17 0.04 0.04 312.86 0.7 0.88
Hex F6 CC ED 0 11 4 4 139 46 58
Octal 366 314 355 0 21 4 4 471 106 130
Binary 11110110 11001100 11101101 0 10001 100 100 100111001 1000110 1011000

Color Harmonies of #F6CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CCED

Black with #F6CCED

Text Example


Text Example

White with #F6CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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