#FEFBF1

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

Shades of Floral White #FEFBF1

Tints of Floral White #FEFBF1

Color information

#FEFBF1 (or 0xFEFBF1) is unknown color: approx Floral White. HEX triplet: FE, FB and F1. RGB value is (254,251,241). Sum of RGB (Red+Green+Blue) = 254+251+241=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 251 (98.44% from 255 or 33.65% from 746); Blue value is 241 (94.53% from 255 or 32.31% from 746); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF1 is #01040E. Grayscale: #FAFAFA. Windows color (decimal): -66575 or 15858686. OLE color: 15858686.

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

Color convert

RGB254251241-
CMYK00.010.050.00
HSL46.15º86.67%97.06%-
HSV(B)46.15º5.12%99.61%-
XYZ91.2596.4297.02-
YUV250.76122.49130.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.05%
GREEN value IS 251 (98.44% from 255) = 33.65%
BLUE value IS 241 (94.53% from 255) = 32.31%
R=34.05%
G=33.65%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425124100.010.050.0046.1586.6797.06
HexFEFBF101502e5761
Octal376373361015056127141
Binary11111110111110111111000101101010111010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBF1; }

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

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

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

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

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

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

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

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