#F1CBED

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

Shades of Snuff #F1CBED

Tints of Snuff #F1CBED

Color information

#F1CBED (or 0xF1CBED) is unknown color: approx Snuff. HEX triplet: F1, CB and ED. RGB value is (241,203,237). Sum of RGB (Red+Green+Blue) = 241+203+237=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBED is #0E3412. Grayscale: #DADADA. Windows color (decimal): -930835 or 15584241. OLE color: 15584241.

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

Color convert

RGB241203237-
CMYK00.160.020.05
HSL306.32º57.58%87.06%-
HSV(B)306.32º15.77%94.51%-
XYZ72.9267.5389.31-
YUV218.24138.59144.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 203 (79.69% from 255) = 29.81%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=35.39%
G=29.81%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120323700.160.020.05306.3257.5887.06
HexF1CBED010251323a57
Octal3613133550202546272127
Binary111100011100101111101101010000101011001100101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBED; }

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

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

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

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

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

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

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

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