#FCD5FC

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

Shades of Selago #FCD5FC

Tints of Selago #FCD5FC

Color information

#FCD5FC (or 0xFCD5FC) is unknown color: approx Selago. HEX triplet: FC, D5 and FC. RGB value is (252,213,252). Sum of RGB (Red+Green+Blue) = 252+213+252=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 213 (83.59% from 255 or 29.71% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5FC is #032A03. Grayscale: #E4E4E4. Windows color (decimal): -207364 or 16569852. OLE color: 16569852.

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

Color convert

RGB252213252-
CMYK00.1500.01
HSL300º86.67%91.18%-
HSV(B)300º15.48%98.82%-
XYZ81.5175.31102.34-
YUV229.11140.92144.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 213 (83.59% from 255) = 29.71%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=35.15%
G=29.71%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221325200.1500.0130086.6791.18
HexFCD5FC0F0112c575b
Octal37432537401701454127133
Binary111111001101010111111100011110110010110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5FC; }

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

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

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

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

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

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

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

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