Html Css Color HEX #F9BDFB Snuff

📋 copy color: '#F9BDFB'

red 249 ◦ green 189 ◦ blue 251

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

Shades of Snuff #F9BDFB

Tints of Snuff #F9BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.43%

 BLUE value IS 251 (98.44% from 255) = 36.43%

R = 36.14%
G = 27.43%
B = 36.43%

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

#F9BDFB (or 0xF9BDFB) is known color: Snuff. HEX triplet: F9, BD and FB. RGB value is (249,189,251). Sum of RGB (Red+Green+Blue) = 249+189+251=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 189 (74.22% from 255 or 27.43% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDFB is #064204. Grayscale: #D5D5D5. Windows color (decimal): -410117 or 16498169. OLE color: 16498169.

HSL color Cylindrical-coordinate representation of color #F9BDFB: hue angle of 298.06º degrees, saturation: 0.89, 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 #F9BDFB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 189 251 -
CMYK 0.01 0.25 0 0.02
HSL 298.06º 0.89% 0.86% -
HSV(B) 298.06º 0.25% 0.98% -
XYZ 74.68 63.5 99.59 -
YUV 214.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 249 189 251 0.01 0.25 0 0.02 298.06 0.89 0.86
Hex F9 BD FB 1 19 0 2 12A 59 56
Octal 371 275 373 1 31 0 2 452 131 126
Binary 11111001 10111101 11111011 1 11001 0 10 100101010 1011001 1010110

Color Harmonies of #F9BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDFB

Black with #F9BDFB

Text Example


Text Example

White with #F9BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDFB; }

 p { color: rgb(249,189,251); }

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

background-color css

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

 a { background-color: rgb(249,189,251); }

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

border-color css

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

 span { border-color: rgb(249,189,251); }

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