#FEFDF9

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

Shades of Floral White #FEFDF9

Tints of Floral White #FEFDF9

Color information

#FEFDF9 (or 0xFEFDF9) is unknown color: approx Floral White. HEX triplet: FE, FD and F9. RGB value is (254,253,249). Sum of RGB (Red+Green+Blue) = 254+253+249=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 249 (97.66% from 255 or 32.94% from 756); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF9 is #010206. Grayscale: #FCFCFC. Windows color (decimal): -66055 or 16383486. OLE color: 16383486.

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

Color convert

RGB254253249-
CMYK00.000.020.00
HSL48º71.43%98.63%-
HSV(B)48º1.97%99.61%-
XYZ93.198.16103.66-
YUV252.84125.83128.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.60%
GREEN value IS 253 (99.22% from 255) = 33.47%
BLUE value IS 249 (97.66% from 255) = 32.94%
R=33.60%
G=33.47%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425324900.000.020.004871.4398.63
HexFEFDF90020304763
Octal376375371002060107143
Binary1111111011111101111110010010011000010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDF9; }

 p { color: rgb(254,253,249); }

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

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

 a { background-color: rgb(254,253,249); }

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

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

 span { border-color: rgb(254,253,249); }

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