#FCEBF9

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

Shades of Selago #FCEBF9

Tints of Selago #FCEBF9

Color information

#FCEBF9 (or 0xFCEBF9) is unknown color: approx Selago. HEX triplet: FC, EB and F9. RGB value is (252,235,249). Sum of RGB (Red+Green+Blue) = 252+235+249=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 235 (92.19% from 255 or 31.93% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBF9 is #031406. Grayscale: #F1F1F1. Windows color (decimal): -201735 or 16378876. OLE color: 16378876.

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

Color convert

RGB252235249-
CMYK00.070.010.01
HSL310.59º73.91%95.49%-
HSV(B)310.59º6.75%98.82%-
XYZ86.9586.95101.82-
YUV241.68132.13135.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.24%
GREEN value IS 235 (92.19% from 255) = 31.93%
BLUE value IS 249 (97.66% from 255) = 33.83%
R=34.24%
G=31.93%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223524900.070.010.01310.5973.9195.49
HexFCEBF907111374a5f
Octal3743533710711467112137
Binary11111100111010111111100101111110011011110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBF9; }

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

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

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

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

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

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

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

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