#FFEBFC

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

Shades of Selago #FFEBFC

Tints of Selago #FFEBFC

Color information

#FFEBFC (or 0xFFEBFC) is unknown color: approx Selago. HEX triplet: FF, EB and FC. RGB value is (255,235,252). Sum of RGB (Red+Green+Blue) = 255+235+252=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 235 (92.19% from 255 or 31.67% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBFC is #001403. Grayscale: #F2F2F2. Windows color (decimal): -5124 or 16575487. OLE color: 16575487.

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

Color convert

RGB255235252-
CMYK00.080.010
HSL309º100%96.08%-
HSV(B)309º7.84%100%-
XYZ88.5287.7104.36-
YUV242.92133.13136.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.37%
GREEN value IS 235 (92.19% from 255) = 31.67%
BLUE value IS 252 (98.83% from 255) = 33.96%
R=34.37%
G=31.67%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523525200.080.01030910096.08
HexFFEBFC08101356460
Octal37735337401010465144140
Binary111111111110101111111100010001010011010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBFC; }

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

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

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

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

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

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

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

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