Html Css Color HEX #FDFBFE Magnolia

📋 copy color: '#FDFBFE'

red 253 ◦ green 251 ◦ blue 254

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

Shades of Magnolia #FDFBFE

Tints of Magnolia #FDFBFE

RGB

 RED value IS 253 (99.22% from 255) = 33.38%

 GREEN value IS 251 (98.44% from 255) = 33.11%

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

R = 33.38%
G = 33.11%
B = 33.51%

CMYK

 C value IS 0.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDFBFE (or 0xFDFBFE) is known color: Magnolia. HEX triplet: FD, FB and FE. RGB value is (253,251,254). Sum of RGB (Red+Green+Blue) = 253+251+254=758 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.38% from 758); Green value is 251 (98.44% from 255 or 33.11% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBFE is #020401. Grayscale: #FBFBFB. Windows color (decimal): -132098 or 16710653. OLE color: 16710653.

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

Color convert

RGB 253 251 254 -
CMYK 0.00 0.01 0 0.00
HSL 280º 0.6% 0.99% -
HSV(B) 280º 0.01% 1% -
XYZ 92.89 97.03 107.6 -
YUV 251.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 253 251 254 0.00 0.01 0 0.00 280 0.6 0.99
Hex FD FB FE 0 1 0 0 118 3C 63
Octal 375 373 376 0 1 0 0 430 74 143
Binary 11111101 11111011 11111110 0 1 0 0 100011000 111100 1100011

Color Harmonies of #FDFBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBFE

Black with #FDFBFE

Text Example


Text Example

White with #FDFBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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