Html Css Color HEX #F8BBFA Snuff

📋 copy color: '#F8BBFA'

red 248 ◦ green 187 ◦ blue 250

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

Shades of Snuff #F8BBFA

Tints of Snuff #F8BBFA

RGB

 RED value IS 248 (97.27% from 255) = 36.2%

 GREEN value IS 187 (73.44% from 255) = 27.3%

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 36.2%
G = 27.3%
B = 36.5%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8BBFA (or 0xF8BBFA) is known color: Snuff. HEX triplet: F8, BB and FA. RGB value is (248,187,250). Sum of RGB (Red+Green+Blue) = 248+187+250=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBFA is #074405. Grayscale: #D4D4D4. Windows color (decimal): -476166 or 16432120. OLE color: 16432120.

HSL color Cylindrical-coordinate representation of color #F8BBFA: hue angle of 298.1º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBFA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 187 250 -
CMYK 0.01 0.25 0 0.02
HSL 298.1º 0.86% 0.86% -
HSV(B) 298.1º 0.25% 0.98% -
XYZ 73.74 62.4 98.6 -
YUV 212.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 248 187 250 0.01 0.25 0 0.02 298.1 0.86 0.86
Hex F8 BB FA 1 19 0 2 12A 56 56
Octal 370 273 372 1 31 0 2 452 126 126
Binary 11111000 10111011 11111010 1 11001 0 10 100101010 1010110 1010110

Color Harmonies of #F8BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBFA

Black with #F8BBFA

Text Example


Text Example

White with #F8BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBFA; }

 p { color: rgb(248,187,250); }

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

background-color css

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

 a { background-color: rgb(248,187,250); }

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

border-color css

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

 span { border-color: rgb(248,187,250); }

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