#F2BCF3

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

Shades of Snuff #F2BCF3

Tints of Snuff #F2BCF3

Color information

#F2BCF3 (or 0xF2BCF3) is unknown color: approx Snuff. HEX triplet: F2, BC and F3. RGB value is (242,188,243). Sum of RGB (Red+Green+Blue) = 242+188+243=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2BCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCF3 is #0D430C. Grayscale: #D2D2D2. Windows color (decimal): -869133 or 15973618. OLE color: 15973618.

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

Color convert

RGB242188243-
CMYK0.000.2300.05
HSL298.91º69.62%84.51%-
HSV(B)298.91º22.63%95.29%-
XYZ70.7861.3192.9-
YUV210.42146.39150.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.96%
GREEN value IS 188 (73.83% from 255) = 27.93%
BLUE value IS 243 (95.31% from 255) = 36.11%
R=35.96%
G=27.93%
B=36.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421882430.000.2300.05298.9169.6284.51
HexF2BCF30170512b4655
Octal36227436302705453106125
Binary111100101011110011110011010111010110010101110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCF3; }

 p { color: rgb(242,188,243); }

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

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

 a { background-color: rgb(242,188,243); }

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

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

 span { border-color: rgb(242,188,243); }

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