#F0BCF1

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

Shades of Snuff #F0BCF1

Tints of Snuff #F0BCF1

Color information

#F0BCF1 (or 0xF0BCF1) is unknown color: approx Snuff. HEX triplet: F0, BC and F1. RGB value is (240,188,241). Sum of RGB (Red+Green+Blue) = 240+188+241=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0BCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCF1 is #0F430E. Grayscale: #D1D1D1. Windows color (decimal): -1000207 or 15842544. OLE color: 15842544.

HSL color Cylindrical-coordinate representation of color #F0BCF1: hue angle of 298.87º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCF1 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240188241-
CMYK0.000.2200.05
HSL298.87º65.43%84.12%-
HSV(B)298.87º21.99%94.51%-
XYZ69.860.8491.28-
YUV209.59145.73149.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 188 (73.83% from 255) = 28.10%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=35.87%
G=28.10%
B=36.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401882410.000.2200.05298.8765.4384.12
HexF0BCF10160512b4154
Octal36027436102605453101124
Binary111100001011110011110001010110010110010101110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCF1; }

 p { color: rgb(240,188,241); }

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

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

 a { background-color: rgb(240,188,241); }

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

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

 span { border-color: rgb(240,188,241); }

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