#FCE2FF

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

Shades of Selago #FCE2FF

Tints of Selago #FCE2FF

Color information

#FCE2FF (or 0xFCE2FF) is unknown color: approx Selago. HEX triplet: FC, E2 and FF. RGB value is (252,226,255). Sum of RGB (Red+Green+Blue) = 252+226+255=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 226 (88.67% from 255 or 30.83% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2FF is #031D00. Grayscale: #ECECEC. Windows color (decimal): -204033 or 16769788. OLE color: 16769788.

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

Color convert

RGB252226255-
CMYK0.010.1100
HSL293.79º100%94.31%-
HSV(B)293.79º11.37%100%-
XYZ85.3982.31105.99-
YUV237.08138.11138.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 226 (88.67% from 255) = 30.83%
BLUE value IS 255 (100% from 255) = 34.79%
R=34.38%
G=30.83%
B=34.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522262550.010.1100293.7910094.31
HexFCE2FF1B00126645e
Octal37434237711300446144136
Binary111111001110001011111111110110010010011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2FF; }

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

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

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

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

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

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

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

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