#FEDFF9

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

Shades of Selago #FEDFF9

Tints of Selago #FEDFF9

Color information

#FEDFF9 (or 0xFEDFF9) is unknown color: approx Selago. HEX triplet: FE, DF and F9. RGB value is (254,223,249). Sum of RGB (Red+Green+Blue) = 254+223+249=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF9 is #012006. Grayscale: #EBEBEB. Windows color (decimal): -73735 or 16375806. OLE color: 16375806.

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

Color convert

RGB254223249-
CMYK00.120.020.00
HSL309.68º93.94%93.53%-
HSV(B)309.68º12.2%99.61%-
XYZ84.3680.69100.75-
YUV235.23135.77141.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.99%
GREEN value IS 223 (87.5% from 255) = 30.72%
BLUE value IS 249 (97.66% from 255) = 34.30%
R=34.99%
G=30.72%
B=34.30%

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
Decimal25422324900.120.020.00309.6893.9493.53
HexFEDFF90C201365e5e
Octal37633737101420466136136
Binary1111111011011111111110010110010010011011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFF9; }

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

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

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

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

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

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

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

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