Html Css Color HEX #F5BFF9 Snuff

📋 copy color: '#F5BFF9'

red 245 ◦ green 191 ◦ blue 249

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

Shades of Snuff #F5BFF9

Tints of Snuff #F5BFF9

RGB

 RED value IS 245 (96.09% from 255) = 35.77%

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

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

R = 35.77%
G = 27.88%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5BFF9 (or 0xF5BFF9) is known color: Snuff. HEX triplet: F5, BF and F9. RGB value is (245,191,249). Sum of RGB (Red+Green+Blue) = 245+191+249=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFF9 is #0A4006. Grayscale: #D5D5D5. Windows color (decimal): -671751 or 16367605. OLE color: 16367605.

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

Color convert

RGB 245 191 249 -
CMYK 0.02 0.23 0 0.02
HSL 295.86º 0.83% 0.86% -
HSV(B) 295.86º 0.23% 0.98% -
XYZ 73.39 63.51 98.01 -
YUV 213.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 245 191 249 0.02 0.23 0 0.02 295.86 0.83 0.86
Hex F5 BF F9 2 17 0 2 128 53 56
Octal 365 277 371 2 27 0 2 450 123 126
Binary 11110101 10111111 11111001 10 10111 0 10 100101000 1010011 1010110

Color Harmonies of #F5BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFF9

Black with #F5BFF9

Text Example


Text Example

White with #F5BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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