Html Css Color HEX #F1D8EE Snuff

📋 copy color: '#F1D8EE'

red 241 ◦ green 216 ◦ blue 238

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

Shades of Snuff #F1D8EE

Tints of Snuff #F1D8EE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.08%

 BLUE value IS 238 (93.36% from 255) = 34.24%

R = 34.68%
G = 31.08%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1D8EE (or 0xF1D8EE) is known color: Snuff. HEX triplet: F1, D8 and EE. RGB value is (241,216,238). Sum of RGB (Red+Green+Blue) = 241+216+238=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8EE is #0E2711. Grayscale: #E1E1E1. Windows color (decimal): -927506 or 15653105. OLE color: 15653105.

HSL color Cylindrical-coordinate representation of color #F1D8EE: hue angle of 307.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8EE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 238 -
CMYK 0 0.10 0.01 0.05
HSL 307.2º 0.47% 0.9% -
HSV(B) 307.2º 0.1% 0.95% -
XYZ 76.26 73.99 91.15 -
YUV 225.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 241 216 238 0 0.10 0.01 0.05 307.2 0.47 0.9
Hex F1 D8 EE 0 A 1 5 133 2F 5A
Octal 361 330 356 0 12 1 5 463 57 132
Binary 11110001 11011000 11101110 0 1010 1 101 100110011 101111 1011010

Color Harmonies of #F1D8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8EE

Black with #F1D8EE

Text Example


Text Example

White with #F1D8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8EE; }

 p { color: rgb(241,216,238); }

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

background-color css

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

 a { background-color: rgb(241,216,238); }

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

border-color css

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

 span { border-color: rgb(241,216,238); }

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