#FBF4FF

Color #FBF4FF Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #FBF4FF

Tints of Magnolia #FBF4FF

Color information

#FBF4FF (or 0xFBF4FF) is unknown color: approx Magnolia. HEX triplet: FB, F4 and FF. RGB value is (251,244,255). Sum of RGB (Red+Green+Blue) = 251+244+255=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 244 (95.70% from 255 or 32.53% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4FF is #040B00. Grayscale: #F7F7F7. Windows color (decimal): -264961 or 16774395. OLE color: 16774395.

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

Color convert

RGB251244255-
CMYK0.020.0400
HSL278.18º100%97.84%-
HSV(B)278.18º4.31%100%-
XYZ90.1892.43107.7-
YUV247.35132.32130.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.47%
GREEN value IS 244 (95.70% from 255) = 32.53%
BLUE value IS 255 (100% from 255) = 34%
R=33.47%
G=32.53%
B=34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512442550.020.0400278.1810097.84
HexFBF4FF24001166462
Octal3733643772400426144142
Binary111110111111010011111111101000010001011011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4FF; }

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

 H1.HeaderClassName
 {
   color: #FBF4FF;
 }
 .AnyTagClassName
 {
   color: #FBF4FF;
 }
</style>
background-color css

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

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

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

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

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

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