#FCE0FE

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

Shades of Selago #FCE0FE

Tints of Selago #FCE0FE

Color information

#FCE0FE (or 0xFCE0FE) is unknown color: approx Selago. HEX triplet: FC, E0 and FE. RGB value is (252,224,254). Sum of RGB (Red+Green+Blue) = 252+224+254=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 224 (87.89% from 255 or 30.68% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0FE is #031F01. Grayscale: #EBEBEB. Windows color (decimal): -204546 or 16703740. OLE color: 16703740.

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

Color convert

RGB252224254-
CMYK0.010.1200.00
HSL296º93.75%93.73%-
HSV(B)296º11.81%99.61%-
XYZ84.6981.16104.97-
YUV235.79138.28139.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.52%
GREEN value IS 224 (87.89% from 255) = 30.68%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=34.52%
G=30.68%
B=34.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522242540.010.1200.0029693.7593.73
HexFCE0FE1C001285e5e
Octal37434037611400450136136
Binary111111001110000011111110111000010010100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0FE; }

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

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

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

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

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

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

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

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