#F1CCEB

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

Shades of Snuff #F1CCEB

Tints of Snuff #F1CCEB

Color information

#F1CCEB (or 0xF1CCEB) is unknown color: approx Snuff. HEX triplet: F1, CC and EB. RGB value is (241,204,235). Sum of RGB (Red+Green+Blue) = 241+204+235=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCEB is #0E3314. Grayscale: #DADADA. Windows color (decimal): -930581 or 15453425. OLE color: 15453425.

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

Color convert

RGB241204235-
CMYK00.150.020.05
HSL309.73º56.92%87.25%-
HSV(B)309.73º15.35%94.51%-
XYZ72.8667.8887.86-
YUV218.6137.26143.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=35.44%
G=30%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120423500.150.020.05309.7356.9287.25
HexF1CCEB0F251363957
Octal3613143530172546671127
Binary11110001110011001110101101111101011001101101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCEB; }

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

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

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

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

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

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

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

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