#FEFBF6

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

Shades of Floral White #FEFBF6

Tints of Floral White #FEFBF6

Color information

#FEFBF6 (or 0xFEFBF6) is unknown color: approx Floral White. HEX triplet: FE, FB and F6. RGB value is (254,251,246). Sum of RGB (Red+Green+Blue) = 254+251+246=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 251 (98.44% from 255 or 33.42% from 751); Blue value is 246 (96.48% from 255 or 32.76% from 751); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF6 is #010409. Grayscale: #FBFBFB. Windows color (decimal): -66570 or 16186366. OLE color: 16186366.

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

Color convert

RGB254251246-
CMYK00.010.030.00
HSL37.5º80%98.04%-
HSV(B)37.5º3.15%99.61%-
XYZ9296.72101.01-
YUV251.33124.99129.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.82%
GREEN value IS 251 (98.44% from 255) = 33.42%
BLUE value IS 246 (96.48% from 255) = 32.76%
R=33.82%
G=33.42%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425124600.010.030.0037.58098.04
HexFEFBF60130265062
Octal376373366013046120142
Binary1111111011111011111101100111010011010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBF6; }

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

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

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

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

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

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

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

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