#FCDAFA

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

Shades of Selago #FCDAFA

Tints of Selago #FCDAFA

Color information

#FCDAFA (or 0xFCDAFA) is unknown color: approx Selago. HEX triplet: FC, DA and FA. RGB value is (252,218,250). Sum of RGB (Red+Green+Blue) = 252+218+250=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFA is #032505. Grayscale: #E7E7E7. Windows color (decimal): -206086 or 16440060. OLE color: 16440060.

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

Color convert

RGB252218250-
CMYK00.130.010.01
HSL303.53º85%92.16%-
HSV(B)303.53º13.49%98.82%-
XYZ82.4777.74101.1-
YUV231.81138.26142.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 218 (85.55% from 255) = 30.28%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=35%
G=30.28%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221825000.130.010.01303.538592.16
HexFCDAFA0D11130555c
Octal37433237201511460125134
Binary111111001101101011111010011011110011000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAFA; }

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

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

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

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

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

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

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

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