#FCE9F9

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

Shades of Selago #FCE9F9

Tints of Selago #FCE9F9

Color information

#FCE9F9 (or 0xFCE9F9) is unknown color: approx Selago. HEX triplet: FC, E9 and F9. RGB value is (252,233,249). Sum of RGB (Red+Green+Blue) = 252+233+249=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 233 (91.41% from 255 or 31.74% from 734); Blue value is 249 (97.66% from 255 or 33.92% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9F9 is #031606. Grayscale: #F0F0F0. Windows color (decimal): -202247 or 16378364. OLE color: 16378364.

HSL color Cylindrical-coordinate representation of color #FCE9F9: hue angle of 309.47º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE9F9 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252233249-
CMYK00.080.010.01
HSL309.47º76%95.1%-
HSV(B)309.47º7.54%98.82%-
XYZ86.3885.81101.63-
YUV240.5132.79136.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 233 (91.41% from 255) = 31.74%
BLUE value IS 249 (97.66% from 255) = 33.92%
R=34.33%
G=31.74%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223324900.080.010.01309.477695.1
HexFCE9F908111354c5f
Octal37435137101011465114137
Binary111111001110100111111001010001110011010110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9F9; }

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

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

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

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

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

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

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

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