#FCDAFB

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

Shades of Selago #FCDAFB

Tints of Selago #FCDAFB

Color information

#FCDAFB (or 0xFCDAFB) is unknown color: approx Selago. HEX triplet: FC, DA and FB. RGB value is (252,218,251). Sum of RGB (Red+Green+Blue) = 252+218+251=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFB is #032504. Grayscale: #E7E7E7. Windows color (decimal): -206085 or 16505596. OLE color: 16505596.

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

Color convert

RGB252218251-
CMYK00.130.000.01
HSL301.76º85%92.16%-
HSV(B)301.76º13.49%98.82%-
XYZ82.6377.8101.93-
YUV231.93138.76142.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 218 (85.55% from 255) = 30.24%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=34.95%
G=30.24%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221825100.130.000.01301.768592.16
HexFCDAFB0D0112e555c
Octal37433237301501456125134
Binary111111001101101011111011011010110010111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAFB; }

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

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

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

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

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

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

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

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