#F1D7EA

Color #F1D7EA Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #F1D7EA

Tints of Snuff #F1D7EA

Color information

#F1D7EA (or 0xF1D7EA) is unknown color: approx Snuff. HEX triplet: F1, D7 and EA. RGB value is (241,215,234). Sum of RGB (Red+Green+Blue) = 241+215+234=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D7EA is #0E2815. Grayscale: #E0E0E0. Windows color (decimal): -927766 or 15390705. OLE color: 15390705.

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

Color convert

RGB241215234-
CMYK00.110.030.05
HSL316.15º48.15%89.41%-
HSV(B)316.15º10.79%94.51%-
XYZ75.4373.2488-
YUV224.94133.11139.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 215 (84.38% from 255) = 31.16%
BLUE value IS 234 (91.80% from 255) = 33.91%
R=34.93%
G=31.16%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121523400.110.030.05316.1548.1589.41
HexF1D7EA0B3513c3059
Octal3613273520133547460131
Binary11110001110101111110101001011111011001111001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D7EA; }

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

 H1.HeaderClassName
 {
   color: #F1D7EA;
 }
 .AnyTagClassName
 {
   color: #F1D7EA;
 }
</style>
background-color css

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

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

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

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

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

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