#FEFAF3

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

Shades of Floral White #FEFAF3

Tints of Floral White #FEFAF3

Color information

#FEFAF3 (or 0xFEFAF3) is unknown color: approx Floral White. HEX triplet: FE, FA and F3. RGB value is (254,250,243). Sum of RGB (Red+Green+Blue) = 254+250+243=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 250 (98.05% from 255 or 33.47% from 747); Blue value is 243 (95.31% from 255 or 32.53% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF3 is #01050C. Grayscale: #FAFAFA. Windows color (decimal): -66829 or 15989502. OLE color: 15989502.

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

Color convert

RGB254250243-
CMYK00.020.040.00
HSL38.18º84.62%97.45%-
HSV(B)38.18º4.33%99.61%-
XYZ91.2495.9198.5-
YUV250.4123.83130.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 250 (98.05% from 255) = 33.47%
BLUE value IS 243 (95.31% from 255) = 32.53%
R=34.00%
G=33.47%
B=32.53%

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
Decimal25425024300.020.040.0038.1884.6297.45
HexFEFAF30240265561
Octal376372363024046125141
Binary111111101111101011110011010100010011010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF3; }

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

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

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

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

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

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

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

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