#FBFAFF

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

Shades of Magnolia #FBFAFF

Tints of Magnolia #FBFAFF

Color information

#FBFAFF (or 0xFBFAFF) is unknown color: approx Magnolia. HEX triplet: FB, FA and FF. RGB value is (251,250,255). Sum of RGB (Red+Green+Blue) = 251+250+255=756 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.20% from 756); Green value is 250 (98.05% from 255 or 33.07% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAFF is #040500. Grayscale: #FAFAFA. Windows color (decimal): -263425 or 16775931. OLE color: 16775931.

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

Color convert

RGB251250255-
CMYK0.020.0200
HSL252º100%99.02%-
HSV(B)252º1.96%100%-
XYZ92.0296.1108.31-
YUV250.87130.33128.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.20%
GREEN value IS 250 (98.05% from 255) = 33.07%
BLUE value IS 255 (100% from 255) = 33.73%
R=33.20%
G=33.07%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512502550.020.020025210099.02
HexFBFAFF2200fc6463
Octal3733723772200374144143
Binary1111101111111010111111111010001111110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAFF; }

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

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

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

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

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

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

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

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