Html Css Color HEX #FCFBFF Magnolia

📋 copy color: '#FCFBFF'

red 252 ◦ green 251 ◦ blue 255

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

Shades of Magnolia #FCFBFF

Tints of Magnolia #FCFBFF

RGB

 RED value IS 252 (98.83% from 255) = 33.25%

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

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

R = 33.25%
G = 33.11%
B = 33.64%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCFBFF (or 0xFCFBFF) is known color: Magnolia. HEX triplet: FC, FB and FF. RGB value is (252,251,255). Sum of RGB (Red+Green+Blue) = 252+251+255=758 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.25% from 758); Green value is 251 (98.44% from 255 or 33.11% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBFF is #030400. Grayscale: #FBFBFB. Windows color (decimal): -197633 or 16776188. OLE color: 16776188.

HSL color Cylindrical-coordinate representation of color #FCFBFF: hue angle of 255º 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 #FCFBFF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 251 255 -
CMYK 0.01 0.02 0 0
HSL 255º 1% 0.99% -
HSV(B) 255º 0.02% 1% -
XYZ 92.69 96.91 108.43 -
YUV 251.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 252 251 255 0.01 0.02 0 0 255 1 0.99
Hex FC FB FF 1 2 0 0 FF 64 63
Octal 374 373 377 1 2 0 0 377 144 143
Binary 11111100 11111011 11111111 1 10 0 0 11111111 1100100 1100011

Color Harmonies of #FCFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBFF

Black with #FCFBFF

Text Example


Text Example

White with #FCFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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