Html Css Color HEX #FBFAFD Magnolia

📋 copy color: '#FBFAFD'

red 251 ◦ green 250 ◦ blue 253

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

Shades of Magnolia #FBFAFD

Tints of Magnolia #FBFAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.16%

 BLUE value IS 253 (99.22% from 255) = 33.55%

R = 33.29%
G = 33.16%
B = 33.55%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBFAFD (or 0xFBFAFD) is known color: Magnolia. HEX triplet: FB, FA and FD. RGB value is (251,250,253). Sum of RGB (Red+Green+Blue) = 251+250+253=754 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.29% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAFD is #040502. Grayscale: #FAFAFA. Windows color (decimal): -263427 or 16644859. OLE color: 16644859.

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

Color convert

RGB 251 250 253 -
CMYK 0.01 0.01 0 0.01
HSL 260º 0.43% 0.99% -
HSV(B) 260º 0.01% 0.99% -
XYZ 91.7 95.97 106.62 -
YUV 250.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 251 250 253 0.01 0.01 0 0.01 260 0.43 0.99
Hex FB FA FD 1 1 0 1 104 2B 63
Octal 373 372 375 1 1 0 1 404 53 143
Binary 11111011 11111010 11111101 1 1 0 1 100000100 101011 1100011

Color Harmonies of #FBFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAFD

Black with #FBFAFD

Text Example


Text Example

White with #FBFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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