#FCE3FE

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

Shades of Selago #FCE3FE

Tints of Selago #FCE3FE

Color information

#FCE3FE (or 0xFCE3FE) is unknown color: approx Selago. HEX triplet: FC, E3 and FE. RGB value is (252,227,254). Sum of RGB (Red+Green+Blue) = 252+227+254=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 227 (89.06% from 255 or 30.97% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3FE is #031C01. Grayscale: #EDEDED. Windows color (decimal): -203778 or 16704508. OLE color: 16704508.

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

Color convert

RGB252227254-
CMYK0.010.1100.00
HSL295.56º93.1%94.31%-
HSV(B)295.56º10.63%99.61%-
XYZ85.582.79105.24-
YUV237.55137.28138.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 227 (89.06% from 255) = 30.97%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=34.38%
G=30.97%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522272540.010.1100.00295.5693.194.31
HexFCE3FE1B001285d5e
Octal37434337611300450135136
Binary111111001110001111111110110110010010100010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3FE; }

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

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

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

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

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

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

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

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