#FEFAF1

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

Shades of Floral White #FEFAF1

Tints of Floral White #FEFAF1

Color information

#FEFAF1 (or 0xFEFAF1) is unknown color: approx Floral White. HEX triplet: FE, FA and F1. RGB value is (254,250,241). Sum of RGB (Red+Green+Blue) = 254+250+241=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 241 (94.53% from 255 or 32.35% from 745); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF1 is #01050E. Grayscale: #FAFAFA. Windows color (decimal): -66831 or 15858430. OLE color: 15858430.

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

Color convert

RGB254250241-
CMYK00.020.050.00
HSL41.54º86.67%97.06%-
HSV(B)41.54º5.12%99.61%-
XYZ90.9495.7996.92-
YUV250.17122.83130.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.09%
GREEN value IS 250 (98.05% from 255) = 33.56%
BLUE value IS 241 (94.53% from 255) = 32.35%
R=34.09%
G=33.56%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425024100.020.050.0041.5486.6797.06
HexFEFAF102502a5761
Octal376372361025052127141
Binary111111101111101011110001010101010101010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF1; }

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

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

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

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

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

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

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

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