Html Css Color HEX #FBF2FE Magnolia

📋 copy color: '#FBF2FE'

red 251 ◦ green 242 ◦ blue 254

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

Shades of Magnolia #FBF2FE

Tints of Magnolia #FBF2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.4%

 BLUE value IS 254 (99.61% from 255) = 34%

R = 33.6%
G = 32.4%
B = 34%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBF2FE (or 0xFBF2FE) is known color: Magnolia. HEX triplet: FB, F2 and FE. RGB value is (251,242,254). Sum of RGB (Red+Green+Blue) = 251+242+254=747 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.60% from 747); Green value is 242 (94.92% from 255 or 32.40% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF2FE is #040D01. Grayscale: #F6F6F6. Windows color (decimal): -265474 or 16708347. OLE color: 16708347.

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

Color convert

RGB 251 242 254 -
CMYK 0.01 0.05 0 0.00
HSL 285º 0.86% 0.97% -
HSV(B) 285º 0.05% 1% -
XYZ 89.43 91.17 106.65 -
YUV 246.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 251 242 254 0.01 0.05 0 0.00 285 0.86 0.97
Hex FB F2 FE 1 5 0 0 11D 56 61
Octal 373 362 376 1 5 0 0 435 126 141
Binary 11111011 11110010 11111110 1 101 0 0 100011101 1010110 1100001

Color Harmonies of #FBF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2FE

Black with #FBF2FE

Text Example


Text Example

White with #FBF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2FE; }

 p { color: rgb(251,242,254); }

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

background-color css

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

 a { background-color: rgb(251,242,254); }

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

border-color css

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

 span { border-color: rgb(251,242,254); }

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