#FEEBFF

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

Shades of Selago #FEEBFF

Tints of Selago #FEEBFF

Color information

#FEEBFF (or 0xFEEBFF) is unknown color: approx Selago. HEX triplet: FE, EB and FF. RGB value is (254,235,255). Sum of RGB (Red+Green+Blue) = 254+235+255=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 235 (92.19% from 255 or 31.59% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBFF is #011400. Grayscale: #F2F2F2. Windows color (decimal): -70657 or 16772094. OLE color: 16772094.

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

Color convert

RGB254235255-
CMYK0.000.0800
HSL297º100%96.08%-
HSV(B)297º7.84%100%-
XYZ88.6387.71106.87-
YUV242.96134.79135.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.14%
GREEN value IS 235 (92.19% from 255) = 31.59%
BLUE value IS 255 (100% from 255) = 34.27%
R=34.14%
G=31.59%
B=34.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542352550.000.080029710096.08
HexFEEBFF08001296460
Octal37635337701000451144140
Binary111111101110101111111111010000010010100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBFF; }

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

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

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

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

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

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

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

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