Html Css Color HEX #F9BFFA Snuff

📋 copy color: '#F9BFFA'

red 249 ◦ green 191 ◦ blue 250

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

Shades of Snuff #F9BFFA

Tints of Snuff #F9BFFA

RGB

 RED value IS 249 (97.66% from 255) = 36.09%

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

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

R = 36.09%
G = 27.68%
B = 36.23%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9BFFA (or 0xF9BFFA) is known color: Snuff. HEX triplet: F9, BF and FA. RGB value is (249,191,250). Sum of RGB (Red+Green+Blue) = 249+191+250=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFFA is #064005. Grayscale: #D6D6D6. Windows color (decimal): -409606 or 16433145. OLE color: 16433145.

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

Color convert

RGB 249 191 250 -
CMYK 0.00 0.24 0 0.02
HSL 298.98º 0.86% 0.86% -
HSV(B) 298.98º 0.24% 0.98% -
XYZ 74.95 64.3 98.9 -
YUV 215.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 249 191 250 0.00 0.24 0 0.02 298.98 0.86 0.86
Hex F9 BF FA 0 18 0 2 12B 56 56
Octal 371 277 372 0 30 0 2 453 126 126
Binary 11111001 10111111 11111010 0 11000 0 10 100101011 1010110 1010110

Color Harmonies of #F9BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFFA

Black with #F9BFFA

Text Example


Text Example

White with #F9BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFFA; }

 p { color: rgb(249,191,250); }

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

background-color css

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

 a { background-color: rgb(249,191,250); }

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

border-color css

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

 span { border-color: rgb(249,191,250); }

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