#FEDCFF

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

Shades of Selago #FEDCFF

Tints of Selago #FEDCFF

Color information

#FEDCFF (or 0xFEDCFF) is unknown color: approx Selago. HEX triplet: FE, DC and FF. RGB value is (254,220,255). Sum of RGB (Red+Green+Blue) = 254+220+255=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 220 (86.33% from 255 or 30.18% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCFF is #012300. Grayscale: #EAEAEA. Windows color (decimal): -74497 or 16768254. OLE color: 16768254.

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

Color convert

RGB254220255-
CMYK0.000.1400
HSL298.29º100%93.14%-
HSV(B)298.29º13.73%100%-
XYZ84.5279.48105.49-
YUV234.16139.76142.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 220 (86.33% from 255) = 30.18%
BLUE value IS 255 (100% from 255) = 34.98%
R=34.84%
G=30.18%
B=34.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542202550.000.1400298.2910093.14
HexFEDCFF0E0012a645d
Octal37633437701600452144135
Binary111111101101110011111111011100010010101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCFF; }

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

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

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

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

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

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

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

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