#FEFAF5

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

Shades of Floral White #FEFAF5

Tints of Floral White #FEFAF5

Color information

#FEFAF5 (or 0xFEFAF5) is unknown color: approx Floral White. HEX triplet: FE, FA and F5. RGB value is (254,250,245). Sum of RGB (Red+Green+Blue) = 254+250+245=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 250 (98.05% from 255 or 33.38% from 749); Blue value is 245 (96.09% from 255 or 32.71% from 749); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF5 is #01050A. Grayscale: #FAFAFA. Windows color (decimal): -66827 or 16120574. OLE color: 16120574.

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

Color convert

RGB254250245-
CMYK00.020.040.00
HSL33.33º81.82%97.84%-
HSV(B)33.33º3.54%99.61%-
XYZ91.5496.03100.1-
YUV250.63124.83130.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.91%
GREEN value IS 250 (98.05% from 255) = 33.38%
BLUE value IS 245 (96.09% from 255) = 32.71%
R=33.91%
G=33.38%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425024500.020.040.0033.3381.8297.84
HexFEFAF50240215262
Octal376372365024041122142
Binary111111101111101011110101010100010000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF5; }

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

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

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

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

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

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

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

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