Html Css Color HEX #F9BEF5 Snuff

📋 copy color: '#F9BEF5'

red 249 ◦ green 190 ◦ blue 245

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

Shades of Snuff #F9BEF5

Tints of Snuff #F9BEF5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.78%

 BLUE value IS 245 (96.09% from 255) = 35.82%

R = 36.4%
G = 27.78%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F9BEF5 (or 0xF9BEF5) is known color: Snuff. HEX triplet: F9, BE and F5. RGB value is (249,190,245). Sum of RGB (Red+Green+Blue) = 249+190+245=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEF5 is #06410A. Grayscale: #D5D5D5. Windows color (decimal): -409867 or 16105209. OLE color: 16105209.

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

Color convert

RGB 249 190 245 -
CMYK 0 0.24 0.02 0.02
HSL 304.07º 0.83% 0.86% -
HSV(B) 304.07º 0.24% 0.98% -
XYZ 73.96 63.56 94.76 -
YUV 213.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 249 190 245 0 0.24 0.02 0.02 304.07 0.83 0.86
Hex F9 BE F5 0 18 2 2 130 53 56
Octal 371 276 365 0 30 2 2 460 123 126
Binary 11111001 10111110 11110101 0 11000 10 10 100110000 1010011 1010110

Color Harmonies of #F9BEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BEF5

Black with #F9BEF5

Text Example


Text Example

White with #F9BEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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