#FCD6FD

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

Shades of Selago #FCD6FD

Tints of Selago #FCD6FD

Color information

#FCD6FD (or 0xFCD6FD) is unknown color: approx Selago. HEX triplet: FC, D6 and FD. RGB value is (252,214,253). Sum of RGB (Red+Green+Blue) = 252+214+253=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 214 (83.98% from 255 or 29.76% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6FD is #032902. Grayscale: #E5E5E5. Windows color (decimal): -207107 or 16635644. OLE color: 16635644.

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

Color convert

RGB252214253-
CMYK0.000.1500.01
HSL298.46º90.7%91.57%-
HSV(B)298.46º15.42%99.22%-
XYZ81.9275.88103.26-
YUV229.81141.09143.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 214 (83.98% from 255) = 29.76%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=35.05%
G=29.76%
B=35.19%

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
Decimal2522142530.000.1500.01298.4690.791.57
HexFCD6FD0F0112a5b5c
Octal37432637501701452133134
Binary111111001101011011111101011110110010101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6FD; }

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

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

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

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

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

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

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

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