Html Css Color HEX #FBF7FF Magnolia

📋 copy color: '#FBF7FF'

red 251 ◦ green 247 ◦ blue 255

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

Shades of Magnolia #FBF7FF

Tints of Magnolia #FBF7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 32.8%

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

R = 33.33%
G = 32.8%
B = 33.86%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBF7FF (or 0xFBF7FF) is known color: Magnolia. HEX triplet: FB, F7 and FF. RGB value is (251,247,255). Sum of RGB (Red+Green+Blue) = 251+247+255=753 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.33% from 753); Green value is 247 (96.88% from 255 or 32.80% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7FF is #040800. Grayscale: #F9F9F9. Windows color (decimal): -264193 or 16775163. OLE color: 16775163.

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

Color convert

RGB 251 247 255 -
CMYK 0.02 0.03 0 0
HSL 270º 1% 0.98% -
HSV(B) 270º 0.03% 1% -
XYZ 91.09 94.25 108 -
YUV 249.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 251 247 255 0.02 0.03 0 0 270 1 0.98
Hex FB F7 FF 2 3 0 0 10E 64 62
Octal 373 367 377 2 3 0 0 416 144 142
Binary 11111011 11110111 11111111 10 11 0 0 100001110 1100100 1100010

Color Harmonies of #FBF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF7FF

Black with #FBF7FF

Text Example


Text Example

White with #FBF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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