#FCDAFD

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

Shades of Selago #FCDAFD

Tints of Selago #FCDAFD

Color information

#FCDAFD (or 0xFCDAFD) is unknown color: approx Selago. HEX triplet: FC, DA and FD. RGB value is (252,218,253). Sum of RGB (Red+Green+Blue) = 252+218+253=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 218 (85.55% from 255 or 30.15% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFD is #032502. Grayscale: #E8E8E8. Windows color (decimal): -206083 or 16636668. OLE color: 16636668.

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

Color convert

RGB252218253-
CMYK0.000.1400.01
HSL298.29º89.74%92.35%-
HSV(B)298.29º13.83%99.22%-
XYZ82.9577.93103.6-
YUV232.16139.76142.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 218 (85.55% from 255) = 30.15%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=34.85%
G=30.15%
B=34.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522182530.000.1400.01298.2989.7492.35
HexFCDAFD0E0112a5a5c
Octal37433237501601452132134
Binary111111001101101011111101011100110010101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAFD; }

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

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

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

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

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

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

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

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