#F1CEEE

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

Shades of Snuff #F1CEEE

Tints of Snuff #F1CEEE

Color information

#F1CEEE (or 0xF1CEEE) is unknown color: approx Snuff. HEX triplet: F1, CE and EE. RGB value is (241,206,238). Sum of RGB (Red+Green+Blue) = 241+206+238=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEEE is #0E3111. Grayscale: #DCDCDC. Windows color (decimal): -930066 or 15650545. OLE color: 15650545.

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

Color convert

RGB241206238-
CMYK00.150.010.05
HSL305.14º55.56%87.65%-
HSV(B)305.14º14.52%94.51%-
XYZ73.7869.0290.32-
YUV220.11138.1142.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 206 (80.86% from 255) = 30.07%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=35.18%
G=30.07%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120623800.150.010.05305.1455.5687.65
HexF1CEEE0F151313858
Octal3613163560171546170130
Binary1111000111001110111011100111111011001100011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEEE; }

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

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

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

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

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

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

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

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