Html Css Color HEX #F1DEED Snuff

📋 copy color: '#F1DEED'

red 241 ◦ green 222 ◦ blue 237

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

Shades of Snuff #F1DEED

Tints of Snuff #F1DEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.71%

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

R = 34.43%
G = 31.71%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1DEED (or 0xF1DEED) is known color: Snuff. HEX triplet: F1, DE and ED. RGB value is (241,222,237). Sum of RGB (Red+Green+Blue) = 241+222+237=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEED is #0E2112. Grayscale: #E5E5E5. Windows color (decimal): -925971 or 15589105. OLE color: 15589105.

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

Color convert

RGB 241 222 237 -
CMYK 0 0.08 0.02 0.05
HSL 312.63º 0.4% 0.91% -
HSV(B) 312.63º 0.08% 0.95% -
XYZ 77.68 77.06 90.9 -
YUV 229.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 241 222 237 0 0.08 0.02 0.05 312.63 0.4 0.91
Hex F1 DE ED 0 8 2 5 139 28 5B
Octal 361 336 355 0 10 2 5 471 50 133
Binary 11110001 11011110 11101101 0 1000 10 101 100111001 101000 1011011

Color Harmonies of #F1DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEED

Black with #F1DEED

Text Example


Text Example

White with #F1DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEED; }

 p { color: rgb(241,222,237); }

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

background-color css

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

 a { background-color: rgb(241,222,237); }

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

border-color css

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

 span { border-color: rgb(241,222,237); }

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