#FCE9FF

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

Shades of Selago #FCE9FF

Tints of Selago #FCE9FF

Color information

#FCE9FF (or 0xFCE9FF) is unknown color: approx Selago. HEX triplet: FC, E9 and FF. RGB value is (252,233,255). Sum of RGB (Red+Green+Blue) = 252+233+255=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 233 (91.41% from 255 or 31.49% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9FF is #031600. Grayscale: #F1F1F1. Windows color (decimal): -202241 or 16771580. OLE color: 16771580.

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

Color convert

RGB252233255-
CMYK0.010.0900
HSL291.82º100%95.69%-
HSV(B)291.82º8.63%100%-
XYZ87.3386.19106.64-
YUV241.19135.79135.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 233 (91.41% from 255) = 31.49%
BLUE value IS 255 (100% from 255) = 34.46%
R=34.05%
G=31.49%
B=34.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522332550.010.0900291.8210095.69
HexFCE9FF19001246460
Octal37435137711100444144140
Binary111111001110100111111111110010010010010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9FF; }

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

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

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

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

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

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

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

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