#FEFDFE

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

Shades of Selago #FEFDFE

Tints of Selago #FEFDFE

Color information

#FEFDFE (or 0xFEFDFE) is unknown color: approx Selago. HEX triplet: FE, FD and FE. RGB value is (254,253,254). Sum of RGB (Red+Green+Blue) = 254+253+254=761 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.38% from 761); Green value is 253 (99.22% from 255 or 33.25% from 761); Blue value is 254 (99.61% from 255 or 33.38% from 761); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFE is #010201. Grayscale: #FDFDFD. Windows color (decimal): -66050 or 16711166. OLE color: 16711166.

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

Color convert

RGB254253254-
CMYK00.0000.00
HSL300º33.33%99.41%-
HSV(B)300º0.39%99.61%-
XYZ93.8998.48107.83-
YUV253.41128.33128.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 33.25%
BLUE value IS 254 (99.61% from 255) = 33.38%
R=33.38%
G=33.25%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425325400.0000.0030033.3399.41
HexFEFDFE000012c2163
Octal376375376000045441143
Binary11111110111111011111111000001001011001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDFE; }

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

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

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

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

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

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

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

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