#FDF2FE

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

Shades of Selago #FDF2FE

Tints of Selago #FDF2FE

Color information

#FDF2FE (or 0xFDF2FE) is unknown color: approx Selago. HEX triplet: FD, F2 and FE. RGB value is (253,242,254). Sum of RGB (Red+Green+Blue) = 253+242+254=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 242 (94.92% from 255 or 32.31% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2FE is #020D01. Grayscale: #F6F6F6. Windows color (decimal): -134402 or 16708349. OLE color: 16708349.

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

Color convert

RGB253242254-
CMYK0.000.0500.00
HSL295º85.71%97.25%-
HSV(B)295º4.72%99.61%-
XYZ90.1591.54106.68-
YUV246.66132.14132.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.78%
GREEN value IS 242 (94.92% from 255) = 32.31%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=33.78%
G=32.31%
B=33.91%

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
Decimal2532422540.000.0500.0029585.7197.25
HexFDF2FE05001275661
Octal3753623760500447126141
Binary11111101111100101111111001010010010011110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2FE; }

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

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

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

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

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

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

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

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