#FEFBFB

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

Shades of Snow #FEFBFB

Tints of Snow #FEFBFB

Color information

#FEFBFB (or 0xFEFBFB) is unknown color: approx Snow. HEX triplet: FE, FB and FB. RGB value is (254,251,251). Sum of RGB (Red+Green+Blue) = 254+251+251=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 251 (98.44% from 255 or 33.20% from 756); Blue value is 251 (98.44% from 255 or 33.20% from 756); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBFB is #010404. Grayscale: #FBFBFB. Windows color (decimal): -66565 or 16514046. OLE color: 16514046.

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

Color convert

RGB254251251-
CMYK00.010.010.00
HSL60%99.02%-
HSV(B)1.18%99.61%-
XYZ92.7897.03105.11-
YUV251.9127.49129.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.60%
GREEN value IS 251 (98.44% from 255) = 33.20%
BLUE value IS 251 (98.44% from 255) = 33.20%
R=33.60%
G=33.20%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425125100.010.010.0006099.02
HexFEFBFB011003c63
Octal3763733730110074143
Binary111111101111101111111011011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBFB; }

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

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

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

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

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

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

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

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