Html Css Color HEX #F0BCF3 Snuff

📋 copy color: '#F0BCF3'

red 240 ◦ green 188 ◦ blue 243

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

Shades of Snuff #F0BCF3

Tints of Snuff #F0BCF3

RGB

 RED value IS 240 (94.14% from 255) = 35.77%

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

 BLUE value IS 243 (95.31% from 255) = 36.21%

R = 35.77%
G = 28.02%
B = 36.21%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0BCF3 (or 0xF0BCF3) is known color: Snuff. HEX triplet: F0, BC and F3. RGB value is (240,188,243). Sum of RGB (Red+Green+Blue) = 240+188+243=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0BCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCF3 is #0F430C. Grayscale: #D1D1D1. Windows color (decimal): -1000205 or 15973616. OLE color: 15973616.

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

Color convert

RGB 240 188 243 -
CMYK 0.01 0.23 0 0.05
HSL 296.73º 0.7% 0.85% -
HSV(B) 296.73º 0.23% 0.95% -
XYZ 70.1 60.96 92.87 -
YUV 209.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 240 188 243 0.01 0.23 0 0.05 296.73 0.7 0.85
Hex F0 BC F3 1 17 0 5 129 46 55
Octal 360 274 363 1 27 0 5 451 106 125
Binary 11110000 10111100 11110011 1 10111 0 101 100101001 1000110 1010101

Color Harmonies of #F0BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCF3

Black with #F0BCF3

Text Example


Text Example

White with #F0BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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