#F1CBEF

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

Shades of Snuff #F1CBEF

Tints of Snuff #F1CBEF

Color information

#F1CBEF (or 0xF1CBEF) is unknown color: approx Snuff. HEX triplet: F1, CB and EF. RGB value is (241,203,239). Sum of RGB (Red+Green+Blue) = 241+203+239=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBEF is #0E3410. Grayscale: #DADADA. Windows color (decimal): -930833 or 15715313. OLE color: 15715313.

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

Color convert

RGB241203239-
CMYK00.160.010.05
HSL303.16º57.58%87.06%-
HSV(B)303.16º15.77%94.51%-
XYZ73.2167.6490.86-
YUV218.47139.59144.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.29%
GREEN value IS 203 (79.69% from 255) = 29.72%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=35.29%
G=29.72%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120323900.160.010.05303.1657.5887.06
HexF1CBEF0101512f3a57
Octal3613133570201545772127
Binary11110001110010111110111101000011011001011111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBEF; }

 p { color: rgb(241,203,239); }

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

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

 a { background-color: rgb(241,203,239); }

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

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

 span { border-color: rgb(241,203,239); }

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