Html Css Color HEX #F1DBEC Snuff

📋 copy color: '#F1DBEC'

red 241 ◦ green 219 ◦ blue 236

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

Shades of Snuff #F1DBEC

Tints of Snuff #F1DBEC

RGB

 RED value IS 241 (94.53% from 255) = 34.63%

 GREEN value IS 219 (85.94% from 255) = 31.47%

 BLUE value IS 236 (92.58% from 255) = 33.91%

R = 34.63%
G = 31.47%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1DBEC (or 0xF1DBEC) is known color: Snuff. HEX triplet: F1, DB and EC. RGB value is (241,219,236). Sum of RGB (Red+Green+Blue) = 241+219+236=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBEC is #0E2413. Grayscale: #E3E3E3. Windows color (decimal): -926740 or 15522801. OLE color: 15522801.

HSL color Cylindrical-coordinate representation of color #F1DBEC: hue angle of 313.64º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DBEC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 219 236 -
CMYK 0 0.09 0.02 0.05
HSL 313.64º 0.44% 0.9% -
HSV(B) 313.64º 0.09% 0.95% -
XYZ 76.75 75.42 89.87 -
YUV 227.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 241 219 236 0 0.09 0.02 0.05 313.64 0.44 0.9
Hex F1 DB EC 0 9 2 5 13A 2C 5A
Octal 361 333 354 0 11 2 5 472 54 132
Binary 11110001 11011011 11101100 0 1001 10 101 100111010 101100 1011010

Color Harmonies of #F1DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBEC

Black with #F1DBEC

Text Example


Text Example

White with #F1DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBEC; }

 p { color: rgb(241,219,236); }

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

background-color css

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

 a { background-color: rgb(241,219,236); }

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

border-color css

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

 span { border-color: rgb(241,219,236); }

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