#FCE9FD

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

Shades of Selago #FCE9FD

Tints of Selago #FCE9FD

Color information

#FCE9FD (or 0xFCE9FD) is unknown color: approx Selago. HEX triplet: FC, E9 and FD. RGB value is (252,233,253). Sum of RGB (Red+Green+Blue) = 252+233+253=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 233 (91.41% from 255 or 31.57% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9FD is #031602. Grayscale: #F0F0F0. Windows color (decimal): -202243 or 16640508. OLE color: 16640508.

HSL color Cylindrical-coordinate representation of color #FCE9FD: hue angle of 297º degrees, saturation: 0.83, 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 #FCE9FD is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252233253-
CMYK0.000.0800.01
HSL297º83.33%95.29%-
HSV(B)297º7.91%99.22%-
XYZ87.0186.07104.95-
YUV240.96134.79135.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.15%
GREEN value IS 233 (91.41% from 255) = 31.57%
BLUE value IS 253 (99.22% from 255) = 34.28%
R=34.15%
G=31.57%
B=34.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522332530.000.0800.0129783.3395.29
HexFCE9FD0801129535f
Octal37435137501001451123137
Binary111111001110100111111101010000110010100110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9FD; }

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

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

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

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

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

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

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

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