#FEFBF2

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

Shades of Floral White #FEFBF2

Tints of Floral White #FEFBF2

Color information

#FEFBF2 (or 0xFEFBF2) is unknown color: approx Floral White. HEX triplet: FE, FB and F2. RGB value is (254,251,242). Sum of RGB (Red+Green+Blue) = 254+251+242=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 251 (98.44% from 255 or 33.60% from 747); Blue value is 242 (94.92% from 255 or 32.40% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF2 is #01040D. Grayscale: #FAFAFA. Windows color (decimal): -66574 or 15924222. OLE color: 15924222.

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

Color convert

RGB254251242-
CMYK00.010.050.00
HSL45º85.71%97.25%-
HSV(B)45º4.72%99.61%-
XYZ91.496.4897.81-
YUV250.87122.99130.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 251 (98.44% from 255) = 33.60%
BLUE value IS 242 (94.92% from 255) = 32.40%
R=34.00%
G=33.60%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425124200.010.050.004585.7197.25
HexFEFBF201502d5661
Octal376373362015055126141
Binary11111110111110111111001001101010110110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBF2; }

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

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

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

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

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

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

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

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