Html Css Color HEX #F6CDEF Snuff

📋 copy color: '#F6CDEF'

red 246 ◦ green 205 ◦ blue 239

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

Shades of Snuff #F6CDEF

Tints of Snuff #F6CDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.71%

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

R = 35.65%
G = 29.71%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F6CDEF (or 0xF6CDEF) is known color: Snuff. HEX triplet: F6, CD and EF. RGB value is (246,205,239). Sum of RGB (Red+Green+Blue) = 246+205+239=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDEF is #093210. Grayscale: #DDDDDD. Windows color (decimal): -602641 or 15715830. OLE color: 15715830.

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

Color convert

RGB 246 205 239 -
CMYK 0 0.17 0.03 0.04
HSL 310.24º 0.69% 0.88% -
HSV(B) 310.24º 0.17% 0.96% -
XYZ 75.42 69.49 91.1 -
YUV 221.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 246 205 239 0 0.17 0.03 0.04 310.24 0.69 0.88
Hex F6 CD EF 0 11 3 4 136 45 58
Octal 366 315 357 0 21 3 4 466 105 130
Binary 11110110 11001101 11101111 0 10001 11 100 100110110 1000101 1011000

Color Harmonies of #F6CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDEF

Black with #F6CDEF

Text Example


Text Example

White with #F6CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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