#F1CCEE

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

Shades of Snuff #F1CCEE

Tints of Snuff #F1CCEE

Color information

#F1CCEE (or 0xF1CCEE) is unknown color: approx Snuff. HEX triplet: F1, CC and EE. RGB value is (241,204,238). Sum of RGB (Red+Green+Blue) = 241+204+238=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCEE is #0E3311. Grayscale: #DADADA. Windows color (decimal): -930578 or 15650033. OLE color: 15650033.

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

Color convert

RGB241204238-
CMYK00.150.010.05
HSL304.86º56.92%87.25%-
HSV(B)304.86º15.35%94.51%-
XYZ73.368.0690.16-
YUV218.94138.76143.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.29%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=35.29%
G=29.87%
B=34.85%

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
Decimal24120423800.150.010.05304.8656.9287.25
HexF1CCEE0F151313957
Octal3613143560171546171127
Binary1111000111001100111011100111111011001100011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCEE; }

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

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

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

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

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

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

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

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