#FEFAFA

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

Shades of Snow #FEFAFA

Tints of Snow #FEFAFA

Color information

#FEFAFA (or 0xFEFAFA) is unknown color: approx Snow. HEX triplet: FE, FA and FA. RGB value is (254,250,250). Sum of RGB (Red+Green+Blue) = 254+250+250=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 250 (98.05% from 255 or 33.16% from 754); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAFA is #010505. Grayscale: #FBFBFB. Windows color (decimal): -66822 or 16448254. OLE color: 16448254.

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

Color convert

RGB254250250-
CMYK00.020.020.00
HSL66.67%98.82%-
HSV(B)1.57%99.61%-
XYZ92.3196.34104.17-
YUV251.2127.33130-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.69%
GREEN value IS 250 (98.05% from 255) = 33.16%
BLUE value IS 250 (98.05% from 255) = 33.16%
R=33.69%
G=33.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425025000.020.020.00066.6798.82
HexFEFAFA022004363
Octal37637237202200103143
Binary111111101111101011111010010100010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAFA; }

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

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

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

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

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

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

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

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