#F4BCF6

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

Shades of Snuff #F4BCF6

Tints of Snuff #F4BCF6

Color information

#F4BCF6 (or 0xF4BCF6) is unknown color: approx Snuff. HEX triplet: F4, BC and F6. RGB value is (244,188,246). Sum of RGB (Red+Green+Blue) = 244+188+246=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #F4BCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCF6 is #0B4309. Grayscale: #D3D3D3. Windows color (decimal): -738058 or 16170228. OLE color: 16170228.

HSL color Cylindrical-coordinate representation of color #F4BCF6: hue angle of 297.93º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BCF6 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB244188246-
CMYK0.010.2400.04
HSL297.93º76.32%85.1%-
HSV(B)297.93º23.58%96.47%-
XYZ71.9361.8595.34-
YUV211.36147.55151.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.99%
GREEN value IS 188 (73.83% from 255) = 27.73%
BLUE value IS 246 (96.48% from 255) = 36.28%
R=35.99%
G=27.73%
B=36.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441882460.010.2400.04297.9376.3285.1
HexF4BCF61180412a4c55
Octal36427436613004452114125
Binary111101001011110011110110111000010010010101010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCF6; }

 p { color: rgb(244,188,246); }

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

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

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

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

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

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

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