#FCE0FF

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

Shades of Selago #FCE0FF

Tints of Selago #FCE0FF

Color information

#FCE0FF (or 0xFCE0FF) is unknown color: approx Selago. HEX triplet: FC, E0 and FF. RGB value is (252,224,255). Sum of RGB (Red+Green+Blue) = 252+224+255=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 224 (87.89% from 255 or 30.64% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0FF is #031F00. Grayscale: #EBEBEB. Windows color (decimal): -204545 or 16769276. OLE color: 16769276.

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

Color convert

RGB252224255-
CMYK0.010.1200
HSL294.19º100%93.92%-
HSV(B)294.19º12.16%100%-
XYZ84.8581.23105.81-
YUV235.91138.78139.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 224 (87.89% from 255) = 30.64%
BLUE value IS 255 (100% from 255) = 34.88%
R=34.47%
G=30.64%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522242550.010.1200294.1910093.92
HexFCE0FF1C00126645e
Octal37434037711400446144136
Binary111111001110000011111111111000010010011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0FF; }

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

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

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

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

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

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

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

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