#FEDAFE

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

Shades of Selago #FEDAFE

Tints of Selago #FEDAFE

Color information

#FEDAFE (or 0xFEDAFE) is unknown color: approx Selago. HEX triplet: FE, DA and FE. RGB value is (254,218,254). Sum of RGB (Red+Green+Blue) = 254+218+254=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 218 (85.55% from 255 or 30.03% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFE is #012501. Grayscale: #E8E8E8. Windows color (decimal): -75010 or 16702206. OLE color: 16702206.

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

Color convert

RGB254218254-
CMYK00.1400.00
HSL300º94.74%92.55%-
HSV(B)300º14.17%99.61%-
XYZ83.8378.37104.47-
YUV232.87139.93143.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.99%
GREEN value IS 218 (85.55% from 255) = 30.03%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=34.99%
G=30.03%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421825400.1400.0030094.7492.55
HexFEDAFE0E0012c5f5d
Octal37633237601600454137135
Binary111111101101101011111110011100010010110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAFE; }

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

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

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

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

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

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

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

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