#FDDEFC

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

Shades of Selago #FDDEFC

Tints of Selago #FDDEFC

Color information

#FDDEFC (or 0xFDDEFC) is unknown color: approx Selago. HEX triplet: FD, DE and FC. RGB value is (253,222,252). Sum of RGB (Red+Green+Blue) = 253+222+252=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 222 (87.11% from 255 or 30.54% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEFC is #022103. Grayscale: #EAEAEA. Windows color (decimal): -139524 or 16572157. OLE color: 16572157.

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

Color convert

RGB253222252-
CMYK00.120.000.01
HSL301.94º88.57%93.14%-
HSV(B)301.94º12.25%99.22%-
XYZ84.280.15103.13-
YUV234.69137.77141.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.80%
GREEN value IS 222 (87.11% from 255) = 30.54%
BLUE value IS 252 (98.83% from 255) = 34.66%
R=34.80%
G=30.54%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322225200.120.000.01301.9488.5793.14
HexFDDEFC0C0112e595d
Octal37533637401401456131135
Binary111111011101111011111100011000110010111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEFC; }

 p { color: rgb(253,222,252); }

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

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

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

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

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

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

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