Html Css Color HEX #F1D7ED Snuff

📋 copy color: '#F1D7ED'

red 241 ◦ green 215 ◦ blue 237

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

Shades of Snuff #F1D7ED

Tints of Snuff #F1D7ED

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.02%

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

R = 34.78%
G = 31.02%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1D7ED (or 0xF1D7ED) is known color: Snuff. HEX triplet: F1, D7 and ED. RGB value is (241,215,237). Sum of RGB (Red+Green+Blue) = 241+215+237=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D7ED is #0E2812. Grayscale: #E1E1E1. Windows color (decimal): -927763 or 15587313. OLE color: 15587313.

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

Color convert

RGB 241 215 237 -
CMYK 0 0.11 0.02 0.05
HSL 309.23º 0.48% 0.89% -
HSV(B) 309.23º 0.11% 0.95% -
XYZ 75.86 73.42 90.29 -
YUV 225.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 241 215 237 0 0.11 0.02 0.05 309.23 0.48 0.89
Hex F1 D7 ED 0 B 2 5 135 30 59
Octal 361 327 355 0 13 2 5 465 60 131
Binary 11110001 11010111 11101101 0 1011 10 101 100110101 110000 1011001

Color Harmonies of #F1D7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7ED

Black with #F1D7ED

Text Example


Text Example

White with #F1D7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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