#FEFBF5

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

Shades of Floral White #FEFBF5

Tints of Floral White #FEFBF5

Color information

#FEFBF5 (or 0xFEFBF5) is unknown color: approx Floral White. HEX triplet: FE, FB and F5. RGB value is (254,251,245). Sum of RGB (Red+Green+Blue) = 254+251+245=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF5 is #01040A. Grayscale: #FBFBFB. Windows color (decimal): -66571 or 16120830. OLE color: 16120830.

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

Color convert

RGB254251245-
CMYK00.010.040.00
HSL40º81.82%97.84%-
HSV(B)40º3.54%99.61%-
XYZ91.8596.66100.2-
YUV251.21124.49129.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.87%
GREEN value IS 251 (98.44% from 255) = 33.47%
BLUE value IS 245 (96.09% from 255) = 32.67%
R=33.87%
G=33.47%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425124500.010.040.004081.8297.84
HexFEFBF50140285262
Octal376373365014050122142
Binary11111110111110111111010101100010100010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBF5; }

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

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

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

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

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

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

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

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