#FEDCFD

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

Shades of Selago #FEDCFD

Tints of Selago #FEDCFD

Color information

#FEDCFD (or 0xFEDCFD) is unknown color: approx Selago. HEX triplet: FE, DC and FD. RGB value is (254,220,253). Sum of RGB (Red+Green+Blue) = 254+220+253=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 220 (86.33% from 255 or 30.26% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCFD is #012302. Grayscale: #E9E9E9. Windows color (decimal): -74499 or 16637182. OLE color: 16637182.

HSL color Cylindrical-coordinate representation of color #FEDCFD: hue angle of 301.76º 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 #FEDCFD is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB254220253-
CMYK00.130.000.00
HSL301.76º94.44%92.94%-
HSV(B)301.76º13.39%99.61%-
XYZ84.279.35103.81-
YUV233.93138.76142.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 220 (86.33% from 255) = 30.26%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=34.94%
G=30.26%
B=34.80%

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
Decimal25422025300.130.000.00301.7694.4492.94
HexFEDCFD0D0012e5e5d
Octal37633437501500456136135
Binary111111101101110011111101011010010010111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCFD; }

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

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

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

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

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

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

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

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