#FEFAF2

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

Shades of Floral White #FEFAF2

Tints of Floral White #FEFAF2

Color information

#FEFAF2 (or 0xFEFAF2) is unknown color: approx Floral White. HEX triplet: FE, FA and F2. RGB value is (254,250,242). Sum of RGB (Red+Green+Blue) = 254+250+242=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 242 (94.92% from 255 or 32.44% from 746); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF2 is #01050D. Grayscale: #FAFAFA. Windows color (decimal): -66830 or 15923966. OLE color: 15923966.

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

Color convert

RGB254250242-
CMYK00.020.050.00
HSL40º85.71%97.25%-
HSV(B)40º4.72%99.61%-
XYZ91.0995.8597.71-
YUV250.28123.33130.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.05%
GREEN value IS 250 (98.05% from 255) = 33.51%
BLUE value IS 242 (94.92% from 255) = 32.44%
R=34.05%
G=33.51%
B=32.44%

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
Decimal25425024200.020.050.004085.7197.25
HexFEFAF20250285661
Octal376372362025050126141
Binary111111101111101011110010010101010100010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF2; }

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

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

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

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

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

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

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

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