#FEFBEF

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

Shades of Floral White #FEFBEF

Tints of Floral White #FEFBEF

Color information

#FEFBEF (or 0xFEFBEF) is unknown color: approx Floral White. HEX triplet: FE, FB and EF. RGB value is (254,251,239). Sum of RGB (Red+Green+Blue) = 254+251+239=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 239 (93.75% from 255 or 32.12% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBEF is #010410. Grayscale: #FAFAFA. Windows color (decimal): -66577 or 15727614. OLE color: 15727614.

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

Color convert

RGB254251239-
CMYK00.010.060.00
HSL48º88.24%96.67%-
HSV(B)48º5.91%99.61%-
XYZ90.9596.395.45-
YUV250.53121.49130.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.14%
GREEN value IS 251 (98.44% from 255) = 33.74%
BLUE value IS 239 (93.75% from 255) = 32.12%
R=34.14%
G=33.74%
B=32.12%

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
Decimal25425123900.010.060.004888.2496.67
HexFEFBEF0160305861
Octal376373357016060130141
Binary11111110111110111110111101110011000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBEF; }

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

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

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

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

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

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

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

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