#FCDDFD

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

Shades of Selago #FCDDFD

Tints of Selago #FCDDFD

Color information

#FCDDFD (or 0xFCDDFD) is unknown color: approx Selago. HEX triplet: FC, DD and FD. RGB value is (252,221,253). Sum of RGB (Red+Green+Blue) = 252+221+253=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 221 (86.72% from 255 or 30.44% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDFD is #032202. Grayscale: #E9E9E9. Windows color (decimal): -205315 or 16637436. OLE color: 16637436.

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

Color convert

RGB252221253-
CMYK0.000.1300.01
HSL298.12º88.89%92.94%-
HSV(B)298.12º12.65%99.22%-
XYZ83.7379.5103.86-
YUV233.92138.77140.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.71%
GREEN value IS 221 (86.72% from 255) = 30.44%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=34.71%
G=30.44%
B=34.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522212530.000.1300.01298.1288.8992.94
HexFCDDFD0D0112a595d
Octal37433537501501452131135
Binary111111001101110111111101011010110010101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDFD; }

 p { color: rgb(252,221,253); }

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

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

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

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

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

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

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