Html Css Color HEX #FBF9FC Magnolia

📋 copy color: '#FBF9FC'

red 251 ◦ green 249 ◦ blue 252

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

Shades of Magnolia #FBF9FC

Tints of Magnolia #FBF9FC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.11%

 BLUE value IS 252 (98.83% from 255) = 33.51%

R = 33.38%
G = 33.11%
B = 33.51%

CMYK

 C value IS 0.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBF9FC (or 0xFBF9FC) is known color: Magnolia. HEX triplet: FB, F9 and FC. RGB value is (251,249,252). Sum of RGB (Red+Green+Blue) = 251+249+252=752 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.38% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9FC is #040603. Grayscale: #F9F9F9. Windows color (decimal): -263684 or 16579067. OLE color: 16579067.

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

Color convert

RGB 251 249 252 -
CMYK 0.00 0.01 0 0.01
HSL 280º 0.33% 0.98% -
HSV(B) 280º 0.01% 0.99% -
XYZ 91.23 95.29 105.68 -
YUV 249.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 251 249 252 0.00 0.01 0 0.01 280 0.33 0.98
Hex FB F9 FC 0 1 0 1 118 21 62
Octal 373 371 374 0 1 0 1 430 41 142
Binary 11111011 11111001 11111100 0 1 0 1 100011000 100001 1100010

Color Harmonies of #FBF9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF9FC

Black with #FBF9FC

Text Example


Text Example

White with #FBF9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF9FC; }

 p { color: rgb(251,249,252); }

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

background-color css

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

 a { background-color: rgb(251,249,252); }

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

border-color css

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

 span { border-color: rgb(251,249,252); }

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