#FEE6FE

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

Shades of Selago #FEE6FE

Tints of Selago #FEE6FE

Color information

#FEE6FE (or 0xFEE6FE) is unknown color: approx Selago. HEX triplet: FE, E6 and FE. RGB value is (254,230,254). Sum of RGB (Red+Green+Blue) = 254+230+254=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 230 (90.23% from 255 or 31.17% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6FE is #011901. Grayscale: #EFEFEF. Windows color (decimal): -71938 or 16705278. OLE color: 16705278.

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

Color convert

RGB254230254-
CMYK00.0900.00
HSL300º92.31%94.9%-
HSV(B)300º9.45%99.61%-
XYZ87.0684.82105.55-
YUV239.91135.95138.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 230 (90.23% from 255) = 31.17%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=34.42%
G=31.17%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423025400.0900.0030092.3194.9
HexFEE6FE090012c5c5f
Octal37634637601100454134137
Binary111111101110011011111110010010010010110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6FE; }

 p { color: rgb(254,230,254); }

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

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

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

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

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

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

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