Html Css Color HEX #F0BFF1 Snuff

📋 copy color: '#F0BFF1'

red 240 ◦ green 191 ◦ blue 241

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

Shades of Snuff #F0BFF1

Tints of Snuff #F0BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 28.42%

 BLUE value IS 241 (94.53% from 255) = 35.86%

R = 35.71%
G = 28.42%
B = 35.86%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0BFF1 (or 0xF0BFF1) is known color: Snuff. HEX triplet: F0, BF and F1. RGB value is (240,191,241). Sum of RGB (Red+Green+Blue) = 240+191+241=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0BFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFF1 is #0F400E. Grayscale: #D3D3D3. Windows color (decimal): -999439 or 15843312. OLE color: 15843312.

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

Color convert

RGB 240 191 241 -
CMYK 0.00 0.21 0 0.05
HSL 298.8º 0.64% 0.85% -
HSV(B) 298.8º 0.21% 0.95% -
XYZ 70.44 62.14 91.5 -
YUV 211.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 240 191 241 0.00 0.21 0 0.05 298.8 0.64 0.85
Hex F0 BF F1 0 15 0 5 12B 40 55
Octal 360 277 361 0 25 0 5 453 100 125
Binary 11110000 10111111 11110001 0 10101 0 101 100101011 1000000 1010101

Color Harmonies of #F0BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFF1

Black with #F0BFF1

Text Example


Text Example

White with #F0BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFF1; }

 p { color: rgb(240,191,241); }

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

background-color css

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

 a { background-color: rgb(240,191,241); }

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

border-color css

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

 span { border-color: rgb(240,191,241); }

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