#FEFBFE

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

Shades of Selago #FEFBFE

Tints of Selago #FEFBFE

Color information

#FEFBFE (or 0xFEFBFE) is unknown color: approx Selago. HEX triplet: FE, FB and FE. RGB value is (254,251,254). Sum of RGB (Red+Green+Blue) = 254+251+254=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 251 (98.44% from 255 or 33.07% from 759); Blue value is 254 (99.61% from 255 or 33.47% from 759); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBFE is #010401. Grayscale: #FCFCFC. Windows color (decimal): -66562 or 16710654. OLE color: 16710654.

HSL color Cylindrical-coordinate representation of color #FEFBFE: hue angle of 300º 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 #FEFBFE is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB254251254-
CMYK00.0100.00
HSL300º60%99.02%-
HSV(B)300º1.18%99.61%-
XYZ93.2697.22107.62-
YUV252.24128.99129.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425125400.0100.003006099.02
HexFEFBFE010012c3c63
Octal376373376010045474143
Binary11111110111110111111111001001001011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBFE; }

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

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

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

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

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

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

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

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