Html Css Color HEX #F1D8EA Snuff

📋 copy color: '#F1D8EA'

red 241 ◦ green 216 ◦ blue 234

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

Shades of Snuff #F1D8EA

Tints of Snuff #F1D8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.86%

R = 34.88%
G = 31.26%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1D8EA (or 0xF1D8EA) is known color: Snuff. HEX triplet: F1, D8 and EA. RGB value is (241,216,234). Sum of RGB (Red+Green+Blue) = 241+216+234=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8EA is #0E2715. Grayscale: #E1E1E1. Windows color (decimal): -927510 or 15390961. OLE color: 15390961.

HSL color Cylindrical-coordinate representation of color #F1D8EA: hue angle of 316.8º 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 #F1D8EA is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 234 -
CMYK 0 0.10 0.03 0.05
HSL 316.8º 0.47% 0.9% -
HSV(B) 316.8º 0.1% 0.95% -
XYZ 75.68 73.75 88.09 -
YUV 225.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 241 216 234 0 0.10 0.03 0.05 316.8 0.47 0.9
Hex F1 D8 EA 0 A 3 5 13D 2F 5A
Octal 361 330 352 0 12 3 5 475 57 132
Binary 11110001 11011000 11101010 0 1010 11 101 100111101 101111 1011010

Color Harmonies of #F1D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8EA

Black with #F1D8EA

Text Example


Text Example

White with #F1D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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