#FEDAFF

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

Shades of Selago #FEDAFF

Tints of Selago #FEDAFF

Color information

#FEDAFF (or 0xFEDAFF) is unknown color: approx Selago. HEX triplet: FE, DA and FF. RGB value is (254,218,255). Sum of RGB (Red+Green+Blue) = 254+218+255=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 218 (85.55% from 255 or 29.99% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFF is #012500. Grayscale: #E8E8E8. Windows color (decimal): -75009 or 16767742. OLE color: 16767742.

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

Color convert

RGB254218255-
CMYK0.000.1500
HSL298.38º100%92.75%-
HSV(B)298.38º14.51%100%-
XYZ83.9978.43105.32-
YUV232.98140.43142.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 218 (85.55% from 255) = 29.99%
BLUE value IS 255 (100% from 255) = 35.08%
R=34.94%
G=29.99%
B=35.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542182550.000.1500298.3810092.75
HexFEDAFF0F0012a645d
Octal37633237701700452144135
Binary111111101101101011111111011110010010101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAFF; }

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

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

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

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

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

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

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

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