#FEFBF7

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

Shades of Floral White #FEFBF7

Tints of Floral White #FEFBF7

Color information

#FEFBF7 (or 0xFEFBF7) is unknown color: approx Floral White. HEX triplet: FE, FB and F7. RGB value is (254,251,247). Sum of RGB (Red+Green+Blue) = 254+251+247=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 251 (98.44% from 255 or 33.38% from 752); Blue value is 247 (96.88% from 255 or 32.85% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF7 is #010408. Grayscale: #FBFBFB. Windows color (decimal): -66569 or 16251902. OLE color: 16251902.

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

Color convert

RGB254251247-
CMYK00.010.030.00
HSL34.29º77.78%98.24%-
HSV(B)34.29º2.76%99.61%-
XYZ92.1696.78101.82-
YUV251.44125.49129.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.78%
GREEN value IS 251 (98.44% from 255) = 33.38%
BLUE value IS 247 (96.88% from 255) = 32.85%
R=33.78%
G=33.38%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425124700.010.030.0034.2977.7898.24
HexFEFBF70130224e62
Octal376373367013042116142
Binary1111111011111011111101110111010001010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBF7; }

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

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

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

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

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

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

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

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