#FCDCF9

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

Shades of Selago #FCDCF9

Tints of Selago #FCDCF9

Color information

#FCDCF9 (or 0xFCDCF9) is unknown color: approx Selago. HEX triplet: FC, DC and F9. RGB value is (252,220,249). Sum of RGB (Red+Green+Blue) = 252+220+249=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF9 is #032306. Grayscale: #E8E8E8. Windows color (decimal): -205575 or 16375036. OLE color: 16375036.

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

Color convert

RGB252220249-
CMYK00.130.010.01
HSL305.62º84.21%92.55%-
HSV(B)305.62º12.7%98.82%-
XYZ82.8478.72100.45-
YUV232.87137.1141.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 220 (86.33% from 255) = 30.51%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=34.95%
G=30.51%
B=34.54%

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
Decimal25222024900.130.010.01305.6284.2192.55
HexFCDCF90D11132545d
Octal37433437101511462124135
Binary111111001101110011111001011011110011001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCF9; }

 p { color: rgb(252,220,249); }

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

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

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

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

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

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

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