#FDF1FE

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

Shades of Selago #FDF1FE

Tints of Selago #FDF1FE

Color information

#FDF1FE (or 0xFDF1FE) is unknown color: approx Selago. HEX triplet: FD, F1 and FE. RGB value is (253,241,254). Sum of RGB (Red+Green+Blue) = 253+241+254=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 241 (94.53% from 255 or 32.22% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1FE is #020E01. Grayscale: #F6F6F6. Windows color (decimal): -134658 or 16708093. OLE color: 16708093.

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

Color convert

RGB253241254-
CMYK0.000.0500.00
HSL295.38º86.67%97.06%-
HSV(B)295.38º5.12%99.61%-
XYZ89.8590.95106.59-
YUV246.07132.48132.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.82%
GREEN value IS 241 (94.53% from 255) = 32.22%
BLUE value IS 254 (99.61% from 255) = 33.96%
R=33.82%
G=32.22%
B=33.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532412540.000.0500.00295.3886.6797.06
HexFDF1FE05001275761
Octal3753613760500447127141
Binary11111101111100011111111001010010010011110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1FE; }

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

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

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

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

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

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

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

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