Html Css Color HEX #FBF4FF Magnolia

📋 copy color: '#FBF4FF'

red 251 ◦ green 244 ◦ blue 255

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

Shades of Magnolia #FBF4FF

Tints of Magnolia #FBF4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 32.53%

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

R = 33.47%
G = 32.53%
B = 34%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBF4FF (or 0xFBF4FF) is known color: 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

RGB 251 244 255 -
CMYK 0.02 0.04 0 0
HSL 278.18º 1% 0.98% -
HSV(B) 278.18º 0.04% 1% -
XYZ 90.18 92.43 107.7 -
YUV 247.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 251 244 255 0.02 0.04 0 0 278.18 1 0.98
Hex FB F4 FF 2 4 0 0 116 64 62
Octal 373 364 377 2 4 0 0 426 144 142
Binary 11111011 11110100 11111111 10 100 0 0 100010110 1100100 1100010

Color Harmonies of #FBF4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF4FF

Black with #FBF4FF

Text Example


Text Example

White with #FBF4FF

Text Example


Text Example

HTML Codes & Css Web 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>