#FEDAFA

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

Shades of Selago #FEDAFA

Tints of Selago #FEDAFA

Color information

#FEDAFA (or 0xFEDAFA) is unknown color: approx Selago. HEX triplet: FE, DA and FA. RGB value is (254,218,250). Sum of RGB (Red+Green+Blue) = 254+218+250=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFA is #012505. Grayscale: #E8E8E8. Windows color (decimal): -75014 or 16440062. OLE color: 16440062.

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

Color convert

RGB254218250-
CMYK00.140.020.00
HSL306.67º94.74%92.55%-
HSV(B)306.67º14.17%99.61%-
XYZ83.278.12101.14-
YUV232.41137.93143.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 218 (85.55% from 255) = 30.19%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=35.18%
G=30.19%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421825000.140.020.00306.6794.7492.55
HexFEDAFA0E201335f5d
Octal37633237201620463137135
Binary1111111011011010111110100111010010011001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAFA; }

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

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

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

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

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

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

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

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