#FDF0FE

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

Shades of Selago #FDF0FE

Tints of Selago #FDF0FE

Color information

#FDF0FE (or 0xFDF0FE) is unknown color: approx Selago. HEX triplet: FD, F0 and FE. RGB value is (253,240,254). Sum of RGB (Red+Green+Blue) = 253+240+254=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 240 (94.14% from 255 or 32.13% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0FE is #020F01. Grayscale: #F5F5F5. Windows color (decimal): -134914 or 16707837. OLE color: 16707837.

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

Color convert

RGB253240254-
CMYK0.000.0600.00
HSL295.71º87.5%96.86%-
HSV(B)295.71º5.51%99.61%-
XYZ89.5690.36106.49-
YUV245.48132.81133.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.87%
GREEN value IS 240 (94.14% from 255) = 32.13%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=33.87%
G=32.13%
B=34.00%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532402540.000.0600.00295.7187.596.86
HexFDF0FE06001285861
Octal3753603760600450130141
Binary11111101111100001111111001100010010100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0FE; }

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

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

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

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

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

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

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

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