#FCD8FC

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

Shades of Selago #FCD8FC

Tints of Selago #FCD8FC

Color information

#FCD8FC (or 0xFCD8FC) is unknown color: approx Selago. HEX triplet: FC, D8 and FC. RGB value is (252,216,252). Sum of RGB (Red+Green+Blue) = 252+216+252=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 216 (84.77% from 255 or 30% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8FC is #032703. Grayscale: #E6E6E6. Windows color (decimal): -206596 or 16570620. OLE color: 16570620.

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

Color convert

RGB252216252-
CMYK00.1400.01
HSL300º85.71%91.76%-
HSV(B)300º14.29%98.82%-
XYZ82.2776.84102.59-
YUV230.87139.93143.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 216 (84.77% from 255) = 30%
BLUE value IS 252 (98.83% from 255) = 35%
R=35%
G=30%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221625200.1400.0130085.7191.76
HexFCD8FC0E0112c565c
Octal37433037401601454126134
Binary111111001101100011111100011100110010110010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8FC; }

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

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

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

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

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

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

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

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