#FEFBEE

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

Shades of Floral White #FEFBEE

Tints of Floral White #FEFBEE

Color information

#FEFBEE (or 0xFEFBEE) is unknown color: approx Floral White. HEX triplet: FE, FB and EE. RGB value is (254,251,238). Sum of RGB (Red+Green+Blue) = 254+251+238=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 238 (93.36% from 255 or 32.03% from 743); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBEE is #010411. Grayscale: #FAFAFA. Windows color (decimal): -66578 or 15662078. OLE color: 15662078.

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

Color convert

RGB254251238-
CMYK00.010.060.00
HSL48.75º88.89%96.47%-
HSV(B)48.75º6.3%99.61%-
XYZ90.896.2494.68-
YUV250.42120.99130.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.19%
GREEN value IS 251 (98.44% from 255) = 33.78%
BLUE value IS 238 (93.36% from 255) = 32.03%
R=34.19%
G=33.78%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425123800.010.060.0048.7588.8996.47
HexFEFBEE0160315960
Octal376373356016061131140
Binary11111110111110111110111001110011000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBEE; }

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

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

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

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

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

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

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

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