#FEDBFB

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

Shades of Selago #FEDBFB

Tints of Selago #FEDBFB

Color information

#FEDBFB (or 0xFEDBFB) is unknown color: approx Selago. HEX triplet: FE, DB and FB. RGB value is (254,219,251). Sum of RGB (Red+Green+Blue) = 254+219+251=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 219 (85.94% from 255 or 30.25% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBFB is #012404. Grayscale: #E9E9E9. Windows color (decimal): -74757 or 16505854. OLE color: 16505854.

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

Color convert

RGB254219251-
CMYK00.140.010.00
HSL305.14º94.59%92.75%-
HSV(B)305.14º13.78%99.61%-
XYZ83.6278.7102.05-
YUV233.11138.1142.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 219 (85.94% from 255) = 30.25%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=35.08%
G=30.25%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421925100.140.010.00305.1494.5992.75
HexFEDBFB0E101315f5d
Octal37633337301610461137135
Binary111111101101101111111011011101010011000110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBFB; }

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

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

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

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

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

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

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

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