#FCD9FA

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

Shades of Selago #FCD9FA

Tints of Selago #FCD9FA

Color information

#FCD9FA (or 0xFCD9FA) is unknown color: approx Selago. HEX triplet: FC, D9 and FA. RGB value is (252,217,250). Sum of RGB (Red+Green+Blue) = 252+217+250=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 217 (85.16% from 255 or 30.18% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9FA is #032605. Grayscale: #E7E7E7. Windows color (decimal): -206342 or 16439804. OLE color: 16439804.

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

Color convert

RGB252217250-
CMYK00.140.010.01
HSL303.43º85.37%91.96%-
HSV(B)303.43º13.89%98.82%-
XYZ82.2177.22101.01-
YUV231.23138.6142.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 217 (85.16% from 255) = 30.18%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=35.05%
G=30.18%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221725000.140.010.01303.4385.3791.96
HexFCD9FA0E1112f555c
Octal37433137201611457125134
Binary111111001101100111111010011101110010111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9FA; }

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

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

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

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

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

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

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

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