#FEFBF4

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

Shades of Floral White #FEFBF4

Tints of Floral White #FEFBF4

Color information

#FEFBF4 (or 0xFEFBF4) is unknown color: approx Floral White. HEX triplet: FE, FB and F4. RGB value is (254,251,244). Sum of RGB (Red+Green+Blue) = 254+251+244=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 251 (98.44% from 255 or 33.51% from 749); Blue value is 244 (95.70% from 255 or 32.58% from 749); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF4 is #01040B. Grayscale: #FBFBFB. Windows color (decimal): -66572 or 16055294. OLE color: 16055294.

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

Color convert

RGB254251244-
CMYK00.010.040.00
HSL42º83.33%97.65%-
HSV(B)42º3.94%99.61%-
XYZ91.796.699.4-
YUV251.1123.99130.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.91%
GREEN value IS 251 (98.44% from 255) = 33.51%
BLUE value IS 244 (95.70% from 255) = 32.58%
R=33.91%
G=33.51%
B=32.58%

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
Decimal25425124400.010.040.004283.3397.65
HexFEFBF401402a5362
Octal376373364014052123142
Binary11111110111110111111010001100010101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBF4; }

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

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

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

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

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

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

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

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