Html Css Color HEX #FBF2FF Magnolia

📋 copy color: '#FBF2FF'

red 251 ◦ green 242 ◦ blue 255

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

Shades of Magnolia #FBF2FF

Tints of Magnolia #FBF2FF

RGB

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

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

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

R = 33.56%
G = 32.35%
B = 34.09%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBF2FF (or 0xFBF2FF) is known color: Magnolia. HEX triplet: FB, F2 and FF. RGB value is (251,242,255). Sum of RGB (Red+Green+Blue) = 251+242+255=748 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.56% from 748); Green value is 242 (94.92% from 255 or 32.35% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF2FF is #040D00. Grayscale: #F6F6F6. Windows color (decimal): -265473 or 16773883. OLE color: 16773883.

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

Color convert

RGB 251 242 255 -
CMYK 0.02 0.05 0 0
HSL 281.54º 1% 0.97% -
HSV(B) 281.54º 0.05% 1% -
XYZ 89.59 91.23 107.5 -
YUV 246.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 251 242 255 0.02 0.05 0 0 281.54 1 0.97
Hex FB F2 FF 2 5 0 0 11A 64 61
Octal 373 362 377 2 5 0 0 432 144 141
Binary 11111011 11110010 11111111 10 101 0 0 100011010 1100100 1100001

Color Harmonies of #FBF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2FF

Black with #FBF2FF

Text Example


Text Example

White with #FBF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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