Html Css Color HEX #F7BBF9 Snuff

📋 copy color: '#F7BBF9'

red 247 ◦ green 187 ◦ blue 249

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

Shades of Snuff #F7BBF9

Tints of Snuff #F7BBF9

RGB

 RED value IS 247 (96.88% from 255) = 36.16%

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

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

R = 36.16%
G = 27.38%
B = 36.46%

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

#F7BBF9 (or 0xF7BBF9) is known color: Snuff. HEX triplet: F7, BB and F9. RGB value is (247,187,249). Sum of RGB (Red+Green+Blue) = 247+187+249=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 187 (73.44% from 255 or 27.38% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #F7BBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBF9 is #084406. Grayscale: #D3D3D3. Windows color (decimal): -541703 or 16366583. OLE color: 16366583.

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

Color convert

RGB 247 187 249 -
CMYK 0.01 0.25 0 0.02
HSL 298.06º 0.84% 0.85% -
HSV(B) 298.06º 0.25% 0.98% -
XYZ 73.23 62.15 97.76 -
YUV 212.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 247 187 249 0.01 0.25 0 0.02 298.06 0.84 0.85
Hex F7 BB F9 1 19 0 2 12A 54 55
Octal 367 273 371 1 31 0 2 452 124 125
Binary 11110111 10111011 11111001 1 11001 0 10 100101010 1010100 1010101

Color Harmonies of #F7BBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BBF9

Black with #F7BBF9

Text Example


Text Example

White with #F7BBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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