Html Css Color HEX #F0BEF3 Snuff

📋 copy color: '#F0BEF3'

red 240 ◦ green 190 ◦ blue 243

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

Shades of Snuff #F0BEF3

Tints of Snuff #F0BEF3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.23%

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

R = 35.66%
G = 28.23%
B = 36.11%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0BEF3 (or 0xF0BEF3) is known color: Snuff. HEX triplet: F0, BE and F3. RGB value is (240,190,243). Sum of RGB (Red+Green+Blue) = 240+190+243=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0BEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEF3 is #0F410C. Grayscale: #D2D2D2. Windows color (decimal): -999693 or 15974128. OLE color: 15974128.

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

Color convert

RGB 240 190 243 -
CMYK 0.01 0.22 0 0.05
HSL 296.6º 0.69% 0.85% -
HSV(B) 296.6º 0.22% 0.95% -
XYZ 70.53 61.82 93.01 -
YUV 210.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 240 190 243 0.01 0.22 0 0.05 296.6 0.69 0.85
Hex F0 BE F3 1 16 0 5 129 45 55
Octal 360 276 363 1 26 0 5 451 105 125
Binary 11110000 10111110 11110011 1 10110 0 101 100101001 1000101 1010101

Color Harmonies of #F0BEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEF3

Black with #F0BEF3

Text Example


Text Example

White with #F0BEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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