#FEFBF3

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

Shades of Floral White #FEFBF3

Tints of Floral White #FEFBF3

Color information

#FEFBF3 (or 0xFEFBF3) is unknown color: approx Floral White. HEX triplet: FE, FB and F3. RGB value is (254,251,243). Sum of RGB (Red+Green+Blue) = 254+251+243=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 251 (98.44% from 255 or 33.56% from 748); Blue value is 243 (95.31% from 255 or 32.49% from 748); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF3 is #01040C. Grayscale: #FBFBFB. Windows color (decimal): -66573 or 15989758. OLE color: 15989758.

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

Color convert

RGB254251243-
CMYK00.010.040.00
HSL43.64º84.62%97.45%-
HSV(B)43.64º4.33%99.61%-
XYZ91.5596.5498.6-
YUV250.98123.49130.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.96%
GREEN value IS 251 (98.44% from 255) = 33.56%
BLUE value IS 243 (95.31% from 255) = 32.49%
R=33.96%
G=33.56%
B=32.49%

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
Decimal25425124300.010.040.0043.6484.6297.45
HexFEFBF301402c5561
Octal376373363014054125141
Binary11111110111110111111001101100010110010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBF3; }

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

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

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

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

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

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

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

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