#FCD7FC

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

Shades of Selago #FCD7FC

Tints of Selago #FCD7FC

Color information

#FCD7FC (or 0xFCD7FC) is unknown color: approx Selago. HEX triplet: FC, D7 and FC. RGB value is (252,215,252). Sum of RGB (Red+Green+Blue) = 252+215+252=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 215 (84.38% from 255 or 29.90% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7FC is #032803. Grayscale: #E6E6E6. Windows color (decimal): -206852 or 16570364. OLE color: 16570364.

HSL color Cylindrical-coordinate representation of color #FCD7FC: 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.15%. Process color model (Four color, CMYK) of #FCD7FC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252215252-
CMYK00.1500.01
HSL300º86.05%91.57%-
HSV(B)300º14.68%98.82%-
XYZ82.0276.32102.5-
YUV230.28140.26143.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 215 (84.38% from 255) = 29.90%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=35.05%
G=29.90%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221525200.1500.0130086.0591.57
HexFCD7FC0F0112c565c
Octal37432737401701454126134
Binary111111001101011111111100011110110010110010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7FC; }

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

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

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

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

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

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

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

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