Html Css Color HEX #FBF5FF Magnolia

📋 copy color: '#FBF5FF'

red 251 ◦ green 245 ◦ blue 255

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

Shades of Magnolia #FBF5FF

Tints of Magnolia #FBF5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.62%

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

R = 33.42%
G = 32.62%
B = 33.95%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBF5FF (or 0xFBF5FF) is known color: Magnolia. HEX triplet: FB, F5 and FF. RGB value is (251,245,255). Sum of RGB (Red+Green+Blue) = 251+245+255=751 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.42% from 751); Green value is 245 (96.09% from 255 or 32.62% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5FF is #040A00. Grayscale: #F7F7F7. Windows color (decimal): -264705 or 16774651. OLE color: 16774651.

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

Color convert

RGB 251 245 255 -
CMYK 0.02 0.04 0 0
HSL 276º 1% 0.98% -
HSV(B) 276º 0.04% 1% -
XYZ 90.49 93.03 107.8 -
YUV 247.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 251 245 255 0.02 0.04 0 0 276 1 0.98
Hex FB F5 FF 2 4 0 0 114 64 62
Octal 373 365 377 2 4 0 0 424 144 142
Binary 11111011 11110101 11111111 10 100 0 0 100010100 1100100 1100010

Color Harmonies of #FBF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5FF

Black with #FBF5FF

Text Example


Text Example

White with #FBF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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