#F3BCF3

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

Shades of Snuff #F3BCF3

Tints of Snuff #F3BCF3

Color information

#F3BCF3 (or 0xF3BCF3) is unknown color: approx Snuff. HEX triplet: F3, BC and F3. RGB value is (243,188,243). Sum of RGB (Red+Green+Blue) = 243+188+243=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F3BCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCF3 is #0C430C. Grayscale: #D2D2D2. Windows color (decimal): -803597 or 15973619. OLE color: 15973619.

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

Color convert

RGB243188243-
CMYK00.2300.05
HSL300º69.62%84.51%-
HSV(B)300º22.63%95.29%-
XYZ71.1261.4992.91-
YUV210.71146.22151.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.05%
GREEN value IS 188 (73.83% from 255) = 27.89%
BLUE value IS 243 (95.31% from 255) = 36.05%
R=36.05%
G=27.89%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318824300.2300.0530069.6284.51
HexF3BCF30170512c4655
Octal36327436302705454106125
Binary111100111011110011110011010111010110010110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCF3; }

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

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

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

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

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

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

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

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