Html Css Color HEX #F1D0E9 Snuff

📋 copy color: '#F1D0E9'

red 241 ◦ green 208 ◦ blue 233

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

Shades of Snuff #F1D0E9

Tints of Snuff #F1D0E9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.5%

 BLUE value IS 233 (91.41% from 255) = 34.16%

R = 35.34%
G = 30.5%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1D0E9 (or 0xF1D0E9) is known color: Snuff. HEX triplet: F1, D0 and E9. RGB value is (241,208,233). Sum of RGB (Red+Green+Blue) = 241+208+233=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0E9 is #0E2F16. Grayscale: #DCDCDC. Windows color (decimal): -929559 or 15323377. OLE color: 15323377.

HSL color Cylindrical-coordinate representation of color #F1D0E9: hue angle of 314.55º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0E9 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 233 -
CMYK 0 0.14 0.03 0.05
HSL 314.55º 0.54% 0.88% -
HSV(B) 314.55º 0.14% 0.95% -
XYZ 73.54 69.7 86.67 -
YUV 220.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 241 208 233 0 0.14 0.03 0.05 314.55 0.54 0.88
Hex F1 D0 E9 0 E 3 5 13B 36 58
Octal 361 320 351 0 16 3 5 473 66 130
Binary 11110001 11010000 11101001 0 1110 11 101 100111011 110110 1011000

Color Harmonies of #F1D0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0E9

Black with #F1D0E9

Text Example


Text Example

White with #F1D0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0E9; }

 p { color: rgb(241,208,233); }

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

background-color css

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

 a { background-color: rgb(241,208,233); }

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

border-color css

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

 span { border-color: rgb(241,208,233); }

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