Html Css Color HEX #F9BBF9 Snuff

📋 copy color: '#F9BBF9'

red 249 ◦ green 187 ◦ blue 249

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

Shades of Snuff #F9BBF9

Tints of Snuff #F9BBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.35%

R = 36.35%
G = 27.3%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9BBF9 (or 0xF9BBF9) is known color: Snuff. HEX triplet: F9, BB and F9. RGB value is (249,187,249). Sum of RGB (Red+Green+Blue) = 249+187+249=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9BBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBF9 is #064406. Grayscale: #D4D4D4. Windows color (decimal): -410631 or 16366585. OLE color: 16366585.

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

Color convert

RGB 249 187 249 -
CMYK 0 0.25 0 0.02
HSL 300º 0.84% 0.85% -
HSV(B) 300º 0.25% 0.98% -
XYZ 73.94 62.52 97.79 -
YUV 212.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 249 187 249 0 0.25 0 0.02 300 0.84 0.85
Hex F9 BB F9 0 19 0 2 12C 54 55
Octal 371 273 371 0 31 0 2 454 124 125
Binary 11111001 10111011 11111001 0 11001 0 10 100101100 1010100 1010101

Color Harmonies of #F9BBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBF9

Black with #F9BBF9

Text Example


Text Example

White with #F9BBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBF9; }

 p { color: rgb(249,187,249); }

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

background-color css

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

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

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

border-color css

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

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

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