#F1CBF2

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

Shades of Snuff #F1CBF2

Tints of Snuff #F1CBF2

Color information

#F1CBF2 (or 0xF1CBF2) is unknown color: approx Snuff. HEX triplet: F1, CB and F2. RGB value is (241,203,242). Sum of RGB (Red+Green+Blue) = 241+203+242=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1CBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBF2 is #0E340D. Grayscale: #DADADA. Windows color (decimal): -930830 or 15911921. OLE color: 15911921.

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

Color convert

RGB241203242-
CMYK0.000.1600.05
HSL298.46º60%87.25%-
HSV(B)298.46º16.12%94.9%-
XYZ73.6667.8293.21-
YUV218.81141.09143.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=35.13%
G=29.59%
B=35.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412032420.000.1600.05298.466087.25
HexF1CBF20100512a3c57
Octal3613133620200545274127
Binary11110001110010111111001001000001011001010101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBF2; }

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

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

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

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

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

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

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

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