#FEDDFD

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

Shades of Selago #FEDDFD

Tints of Selago #FEDDFD

Color information

#FEDDFD (or 0xFEDDFD) is unknown color: approx Selago. HEX triplet: FE, DD and FD. RGB value is (254,221,253). Sum of RGB (Red+Green+Blue) = 254+221+253=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 221 (86.72% from 255 or 30.36% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDFD is #012202. Grayscale: #EAEAEA. Windows color (decimal): -74243 or 16637438. OLE color: 16637438.

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

Color convert

RGB254221253-
CMYK00.130.000.00
HSL301.82º94.29%93.14%-
HSV(B)301.82º12.99%99.61%-
XYZ84.4679.88103.89-
YUV234.52138.43141.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 221 (86.72% from 255) = 30.36%
BLUE value IS 253 (99.22% from 255) = 34.75%
R=34.89%
G=30.36%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422125300.130.000.00301.8294.2993.14
HexFEDDFD0D0012e5e5d
Octal37633537501500456136135
Binary111111101101110111111101011010010010111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDFD; }

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

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

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

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

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

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

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

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