#FCE5FE

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

Shades of Selago #FCE5FE

Tints of Selago #FCE5FE

Color information

#FCE5FE (or 0xFCE5FE) is unknown color: approx Selago. HEX triplet: FC, E5 and FE. RGB value is (252,229,254). Sum of RGB (Red+Green+Blue) = 252+229+254=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 229 (89.84% from 255 or 31.16% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5FE is #031A01. Grayscale: #EEEEEE. Windows color (decimal): -203266 or 16705020. OLE color: 16705020.

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

Color convert

RGB252229254-
CMYK0.010.1000.00
HSL295.2º92.59%94.71%-
HSV(B)295.2º9.84%99.61%-
XYZ86.0583.89105.42-
YUV238.73136.62137.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 229 (89.84% from 255) = 31.16%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=34.29%
G=31.16%
B=34.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522292540.010.1000.00295.292.5994.71
HexFCE5FE1A001275d5f
Octal37434537611200447135137
Binary111111001110010111111110110100010010011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5FE; }

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

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

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

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

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

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

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

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