#FCEBFE

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

Shades of Selago #FCEBFE

Tints of Selago #FCEBFE

Color information

#FCEBFE (or 0xFCEBFE) is unknown color: approx Selago. HEX triplet: FC, EB and FE. RGB value is (252,235,254). Sum of RGB (Red+Green+Blue) = 252+235+254=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 235 (92.19% from 255 or 31.71% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFE is #031401. Grayscale: #F2F2F2. Windows color (decimal): -201730 or 16706556. OLE color: 16706556.

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

Color convert

RGB252235254-
CMYK0.010.0700.00
HSL293.68º90.48%95.88%-
HSV(B)293.68º7.48%99.61%-
XYZ87.7487.27105.99-
YUV242.25134.63134.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.01%
GREEN value IS 235 (92.19% from 255) = 31.71%
BLUE value IS 254 (99.61% from 255) = 34.28%
R=34.01%
G=31.71%
B=34.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522352540.010.0700.00293.6890.4895.88
HexFCEBFE17001265a60
Octal3743533761700446132140
Binary11111100111010111111111011110010010011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBFE; }

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

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

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

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

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

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

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

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