#FEDBFF

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

Shades of Selago #FEDBFF

Tints of Selago #FEDBFF

Color information

#FEDBFF (or 0xFEDBFF) is unknown color: approx Selago. HEX triplet: FE, DB and FF. RGB value is (254,219,255). Sum of RGB (Red+Green+Blue) = 254+219+255=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 219 (85.94% from 255 or 30.08% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBFF is #012400. Grayscale: #E9E9E9. Windows color (decimal): -74753 or 16767998. OLE color: 16767998.

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

Color convert

RGB254219255-
CMYK0.000.1400
HSL298.33º100%92.94%-
HSV(B)298.33º14.12%100%-
XYZ84.2578.95105.41-
YUV233.57140.1142.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 219 (85.94% from 255) = 30.08%
BLUE value IS 255 (100% from 255) = 35.03%
R=34.89%
G=30.08%
B=35.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542192550.000.1400298.3310092.94
HexFEDBFF0E0012a645d
Octal37633337701600452144135
Binary111111101101101111111111011100010010101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBFF; }

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

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

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

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

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

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

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

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