#FCDAFC

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

Shades of Selago #FCDAFC

Tints of Selago #FCDAFC

Color information

#FCDAFC (or 0xFCDAFC) is unknown color: approx Selago. HEX triplet: FC, DA and FC. RGB value is (252,218,252). Sum of RGB (Red+Green+Blue) = 252+218+252=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFC is #032503. Grayscale: #E7E7E7. Windows color (decimal): -206084 or 16571132. OLE color: 16571132.

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

Color convert

RGB252218252-
CMYK00.1300.01
HSL300º85%92.16%-
HSV(B)300º13.49%98.82%-
XYZ82.7977.87102.76-
YUV232.04139.26142.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 218 (85.55% from 255) = 30.19%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=34.90%
G=30.19%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221825200.1300.013008592.16
HexFCDAFC0D0112c555c
Octal37433237401501454125134
Binary111111001101101011111100011010110010110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAFC; }

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

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

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

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

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

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

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

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