#FEDFFA

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

Shades of Selago #FEDFFA

Tints of Selago #FEDFFA

Color information

#FEDFFA (or 0xFEDFFA) is unknown color: approx Selago. HEX triplet: FE, DF and FA. RGB value is (254,223,250). Sum of RGB (Red+Green+Blue) = 254+223+250=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 223 (87.5% from 255 or 30.67% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFA is #012005. Grayscale: #EBEBEB. Windows color (decimal): -73734 or 16441342. OLE color: 16441342.

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

Color convert

RGB254223250-
CMYK00.120.020.00
HSL307.74º93.94%93.53%-
HSV(B)307.74º12.2%99.61%-
XYZ84.5280.75101.57-
YUV235.35136.27141.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 223 (87.5% from 255) = 30.67%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=34.94%
G=30.67%
B=34.39%

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
Decimal25422325000.120.020.00307.7493.9493.53
HexFEDFFA0C201345e5e
Octal37633737201420464136136
Binary1111111011011111111110100110010010011010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFFA; }

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

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

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

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

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

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

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

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