#FEDFFD

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

Shades of Selago #FEDFFD

Tints of Selago #FEDFFD

Color information

#FEDFFD (or 0xFEDFFD) is unknown color: approx Selago. HEX triplet: FE, DF and FD. RGB value is (254,223,253). Sum of RGB (Red+Green+Blue) = 254+223+253=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 223 (87.5% from 255 or 30.55% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFD is #012002. Grayscale: #EBEBEB. Windows color (decimal): -73731 or 16637950. OLE color: 16637950.

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

Color convert

RGB254223253-
CMYK00.120.000.00
HSL301.94º93.94%93.53%-
HSV(B)301.94º12.2%99.61%-
XYZ84.9980.94104.07-
YUV235.69137.77141.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 223 (87.5% from 255) = 30.55%
BLUE value IS 253 (99.22% from 255) = 34.66%
R=34.79%
G=30.55%
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.00
SystemRedGreenBlueCMYKHSL
Decimal25422325300.120.000.00301.9493.9493.53
HexFEDFFD0C0012e5e5e
Octal37633737501400456136136
Binary111111101101111111111101011000010010111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFFD; }

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

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

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

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

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

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

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

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