#FEDDFF

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

Shades of Selago #FEDDFF

Tints of Selago #FEDDFF

Color information

#FEDDFF (or 0xFEDDFF) is unknown color: approx Selago. HEX triplet: FE, DD and FF. RGB value is (254,221,255). Sum of RGB (Red+Green+Blue) = 254+221+255=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 221 (86.72% from 255 or 30.27% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDFF is #012200. Grayscale: #EAEAEA. Windows color (decimal): -74241 or 16768510. OLE color: 16768510.

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

Color convert

RGB254221255-
CMYK0.000.1300
HSL298.24º100%93.33%-
HSV(B)298.24º13.33%100%-
XYZ84.7880105.58-
YUV234.74139.43141.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 221 (86.72% from 255) = 30.27%
BLUE value IS 255 (100% from 255) = 34.93%
R=34.79%
G=30.27%
B=34.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542212550.000.1300298.2410093.33
HexFEDDFF0D0012a645d
Octal37633537701500452144135
Binary111111101101110111111111011010010010101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDFF; }

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

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

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

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

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

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

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

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