Html Css Color HEX #F9BFFD Snuff

📋 copy color: '#F9BFFD'

red 249 ◦ green 191 ◦ blue 253

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

Shades of Snuff #F9BFFD

Tints of Snuff #F9BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.51%

R = 35.93%
G = 27.56%
B = 36.51%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9BFFD (or 0xF9BFFD) is known color: Snuff. HEX triplet: F9, BF and FD. RGB value is (249,191,253). Sum of RGB (Red+Green+Blue) = 249+191+253=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 191 (75% from 255 or 27.56% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFFD is #064002. Grayscale: #D7D7D7. Windows color (decimal): -409603 or 16629753. OLE color: 16629753.

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

Color convert

RGB 249 191 253 -
CMYK 0.02 0.25 0 0.01
HSL 296.13º 0.94% 0.87% -
HSV(B) 296.13º 0.25% 0.99% -
XYZ 75.43 64.49 101.4 -
YUV 215.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 249 191 253 0.02 0.25 0 0.01 296.13 0.94 0.87
Hex F9 BF FD 2 19 0 1 128 5E 57
Octal 371 277 375 2 31 0 1 450 136 127
Binary 11111001 10111111 11111101 10 11001 0 1 100101000 1011110 1010111

Color Harmonies of #F9BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFFD

Black with #F9BFFD

Text Example


Text Example

White with #F9BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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