#FEDFF8

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

Shades of Selago #FEDFF8

Tints of Selago #FEDFF8

Color information

#FEDFF8 (or 0xFEDFF8) is unknown color: approx Selago. HEX triplet: FE, DF and F8. RGB value is (254,223,248). Sum of RGB (Red+Green+Blue) = 254+223+248=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 223 (87.5% from 255 or 30.76% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF8 is #012007. Grayscale: #EBEBEB. Windows color (decimal): -73736 or 16310270. OLE color: 16310270.

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

Color convert

RGB254223248-
CMYK00.120.020.00
HSL311.61º93.94%93.53%-
HSV(B)311.61º12.2%99.61%-
XYZ84.280.6299.93-
YUV235.12135.27141.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 223 (87.5% from 255) = 30.76%
BLUE value IS 248 (97.27% from 255) = 34.21%
R=35.03%
G=30.76%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422324800.120.020.00311.6193.9493.53
HexFEDFF80C201385e5e
Octal37633737001420470136136
Binary1111111011011111111110000110010010011100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFF8; }

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

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

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

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

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

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

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

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