#FCD8FD

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

Shades of Selago #FCD8FD

Tints of Selago #FCD8FD

Color information

#FCD8FD (or 0xFCD8FD) is unknown color: approx Selago. HEX triplet: FC, D8 and FD. RGB value is (252,216,253). Sum of RGB (Red+Green+Blue) = 252+216+253=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 216 (84.77% from 255 or 29.96% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8FD is #032702. Grayscale: #E6E6E6. Windows color (decimal): -206595 or 16636156. OLE color: 16636156.

HSL color Cylindrical-coordinate representation of color #FCD8FD: hue angle of 298.38º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD8FD is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252216253-
CMYK0.000.1500.01
HSL298.38º90.24%91.96%-
HSV(B)298.38º14.62%99.22%-
XYZ82.4376.9103.43-
YUV230.98140.43142.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 216 (84.77% from 255) = 29.96%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=34.95%
G=29.96%
B=35.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522162530.000.1500.01298.3890.2491.96
HexFCD8FD0F0112a5a5c
Octal37433037501701452132134
Binary111111001101100011111101011110110010101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8FD; }

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

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

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

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

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

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

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

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