Html Css Color HEX #F3BCF6 Snuff

📋 copy color: '#F3BCF6'

red 243 ◦ green 188 ◦ blue 246

#F3BCF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F3BCF6

Tints of Snuff #F3BCF6

RGB

 RED value IS 243 (95.31% from 255) = 35.89%

 GREEN value IS 188 (73.83% from 255) = 27.77%

 BLUE value IS 246 (96.48% from 255) = 36.34%

R = 35.89%
G = 27.77%
B = 36.34%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F3BCF6 (or 0xF3BCF6) is known color: Snuff. HEX triplet: F3, BC and F6. RGB value is (243,188,246). Sum of RGB (Red+Green+Blue) = 243+188+246=677 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.89% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #F3BCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCF6 is #0C4309. Grayscale: #D2D2D2. Windows color (decimal): -803594 or 16170227. OLE color: 16170227.

HSL color Cylindrical-coordinate representation of color #F3BCF6: hue angle of 296.9º 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 #F3BCF6 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 243 188 246 -
CMYK 0.01 0.24 0 0.04
HSL 296.9º 0.76% 0.85% -
HSV(B) 296.9º 0.24% 0.96% -
XYZ 71.58 61.67 95.32 -
YUV 211.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 243 188 246 0.01 0.24 0 0.04 296.9 0.76 0.85
Hex F3 BC F6 1 18 0 4 129 4C 55
Octal 363 274 366 1 30 0 4 451 114 125
Binary 11110011 10111100 11110110 1 11000 0 100 100101001 1001100 1010101

Color Harmonies of #F3BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCF6

Black with #F3BCF6

Text Example


Text Example

White with #F3BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCF6; }

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

 H1.HeaderClassName
 {
   color: #F3BCF6;
 }
 .AnyTagClassName
 {
   color: #F3BCF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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