Html Css Color HEX #FBF0FF Magnolia

📋 copy color: '#FBF0FF'

red 251 ◦ green 240 ◦ blue 255

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

Shades of Magnolia #FBF0FF

Tints of Magnolia #FBF0FF

RGB

 RED value IS 251 (98.44% from 255) = 33.65%

 GREEN value IS 240 (94.14% from 255) = 32.17%

 BLUE value IS 255 (100% from 255) = 34.18%

R = 33.65%
G = 32.17%
B = 34.18%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBF0FF (or 0xFBF0FF) is known color: Magnolia. HEX triplet: FB, F0 and FF. RGB value is (251,240,255). Sum of RGB (Red+Green+Blue) = 251+240+255=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 240 (94.14% from 255 or 32.17% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0FF is #040F00. Grayscale: #F4F4F4. Windows color (decimal): -265985 or 16773371. OLE color: 16773371.

HSL color Cylindrical-coordinate representation of color #FBF0FF: hue angle of 284º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBF0FF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 251 240 255 -
CMYK 0.02 0.06 0 0
HSL 284º 1% 0.97% -
HSV(B) 284º 0.06% 1% -
XYZ 88.99 90.05 107.3 -
YUV 245 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 251 240 255 0.02 0.06 0 0 284 1 0.97
Hex FB F0 FF 2 6 0 0 11C 64 61
Octal 373 360 377 2 6 0 0 434 144 141
Binary 11111011 11110000 11111111 10 110 0 0 100011100 1100100 1100001

Color Harmonies of #FBF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0FF

Black with #FBF0FF

Text Example


Text Example

White with #FBF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0FF; }

 p { color: rgb(251,240,255); }

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

background-color css

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

 a { background-color: rgb(251,240,255); }

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

border-color css

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

 span { border-color: rgb(251,240,255); }

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