#FEFAF0

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

Shades of Floral White #FEFAF0

Tints of Floral White #FEFAF0

Color information

#FEFAF0 (or 0xFEFAF0) is unknown color: approx Floral White. HEX triplet: FE, FA and F0. RGB value is (254,250,240). Sum of RGB (Red+Green+Blue) = 254+250+240=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 240 (94.14% from 255 or 32.26% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF0 is #01050F. Grayscale: #FAFAFA. Windows color (decimal): -66832 or 15792894. OLE color: 15792894.

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

Color convert

RGB254250240-
CMYK00.020.060.00
HSL42.86º87.5%96.86%-
HSV(B)42.86º5.51%99.61%-
XYZ90.7995.7396.13-
YUV250.06122.33130.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.14%
GREEN value IS 250 (98.05% from 255) = 33.60%
BLUE value IS 240 (94.14% from 255) = 32.26%
R=34.14%
G=33.60%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425024000.020.060.0042.8687.596.86
HexFEFAF002602b5861
Octal376372360026053130141
Binary111111101111101011110000010110010101110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF0; }

 p { color: rgb(254,250,240); }

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

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

 a { background-color: rgb(254,250,240); }

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

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

 span { border-color: rgb(254,250,240); }

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