Html Css Color HEX #F9BEFA Snuff

📋 copy color: '#F9BEFA'

red 249 ◦ green 190 ◦ blue 250

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

Shades of Snuff #F9BEFA

Tints of Snuff #F9BEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.28%

R = 36.14%
G = 27.58%
B = 36.28%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9BEFA (or 0xF9BEFA) is known color: Snuff. HEX triplet: F9, BE and FA. RGB value is (249,190,250). Sum of RGB (Red+Green+Blue) = 249+190+250=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 190 (74.61% from 255 or 27.58% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEFA is #064105. Grayscale: #D6D6D6. Windows color (decimal): -409862 or 16432889. OLE color: 16432889.

HSL color Cylindrical-coordinate representation of color #F9BEFA: hue angle of 299º degrees, saturation: 0.86, 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 #F9BEFA is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 190 250 -
CMYK 0.00 0.24 0 0.02
HSL 299º 0.86% 0.86% -
HSV(B) 299º 0.24% 0.98% -
XYZ 74.74 63.87 98.83 -
YUV 214.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 249 190 250 0.00 0.24 0 0.02 299 0.86 0.86
Hex F9 BE FA 0 18 0 2 12B 56 56
Octal 371 276 372 0 30 0 2 453 126 126
Binary 11111001 10111110 11111010 0 11000 0 10 100101011 1010110 1010110

Color Harmonies of #F9BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BEFA

Black with #F9BEFA

Text Example


Text Example

White with #F9BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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