Html Css Color HEX #FBF7FD Magnolia

📋 copy color: '#FBF7FD'

red 251 ◦ green 247 ◦ blue 253

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

Shades of Magnolia #FBF7FD

Tints of Magnolia #FBF7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 33.69%

R = 33.42%
G = 32.89%
B = 33.69%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBF7FD (or 0xFBF7FD) is known color: Magnolia. HEX triplet: FB, F7 and FD. RGB value is (251,247,253). Sum of RGB (Red+Green+Blue) = 251+247+253=751 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.42% from 751); Green value is 247 (96.88% from 255 or 32.89% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7FD is #040802. Grayscale: #F8F8F8. Windows color (decimal): -264195 or 16644091. OLE color: 16644091.

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

Color convert

RGB 251 247 253 -
CMYK 0.01 0.02 0 0.01
HSL 280º 0.6% 0.98% -
HSV(B) 280º 0.02% 0.99% -
XYZ 90.77 94.12 106.31 -
YUV 248.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 251 247 253 0.01 0.02 0 0.01 280 0.6 0.98
Hex FB F7 FD 1 2 0 1 118 3C 62
Octal 373 367 375 1 2 0 1 430 74 142
Binary 11111011 11110111 11111101 1 10 0 1 100011000 111100 1100010

Color Harmonies of #FBF7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF7FD

Black with #FBF7FD

Text Example


Text Example

White with #FBF7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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