#FEFAF4

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

Shades of Floral White #FEFAF4

Tints of Floral White #FEFAF4

Color information

#FEFAF4 (or 0xFEFAF4) is unknown color: approx Floral White. HEX triplet: FE, FA and F4. RGB value is (254,250,244). Sum of RGB (Red+Green+Blue) = 254+250+244=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 250 (98.05% from 255 or 33.42% from 748); Blue value is 244 (95.70% from 255 or 32.62% from 748); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF4 is #01050B. Grayscale: #FAFAFA. Windows color (decimal): -66828 or 16055038. OLE color: 16055038.

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

Color convert

RGB254250244-
CMYK00.020.040.00
HSL36º83.33%97.65%-
HSV(B)36º3.94%99.61%-
XYZ91.3995.9799.3-
YUV250.51124.33130.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.96%
GREEN value IS 250 (98.05% from 255) = 33.42%
BLUE value IS 244 (95.70% from 255) = 32.62%
R=33.96%
G=33.42%
B=32.62%

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
Decimal25425024400.020.040.003683.3397.65
HexFEFAF40240245362
Octal376372364024044123142
Binary111111101111101011110100010100010010010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF4; }

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

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

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

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

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

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

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

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