#FFEBFF

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

Shades of Selago #FFEBFF

Tints of Selago #FFEBFF

Color information

#FFEBFF (or 0xFFEBFF) is unknown color: approx Selago. HEX triplet: FF, EB and FF. RGB value is (255,235,255). Sum of RGB (Red+Green+Blue) = 255+235+255=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 235 (92.19% from 255 or 31.54% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBFF is #001400. Grayscale: #F3F3F3. Windows color (decimal): -5121 or 16772095. OLE color: 16772095.

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

Color convert

RGB255235255-
CMYK00.0800
HSL300º100%96.08%-
HSV(B)300º7.84%100%-
XYZ8987.9106.88-
YUV243.26134.63136.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.23%
GREEN value IS 235 (92.19% from 255) = 31.54%
BLUE value IS 255 (100% from 255) = 34.23%
R=34.23%
G=31.54%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523525500.080030010096.08
HexFFEBFF080012c6460
Octal37735337701000454144140
Binary111111111110101111111111010000010010110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBFF; }

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

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

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

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

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

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

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

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