#FFDCFC

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

Shades of Selago #FFDCFC

Tints of Selago #FFDCFC

Color information

#FFDCFC (or 0xFFDCFC) is unknown color: approx Selago. HEX triplet: FF, DC and FC. RGB value is (255,220,252). Sum of RGB (Red+Green+Blue) = 255+220+252=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 220 (86.33% from 255 or 30.26% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCFC is #002303. Grayscale: #EAEAEA. Windows color (decimal): -8964 or 16571647. OLE color: 16571647.

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

Color convert

RGB255220252-
CMYK00.140.010
HSL305.14º100%93.14%-
HSV(B)305.14º13.73%100%-
XYZ84.479.47102.99-
YUV234.11138.1142.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 220 (86.33% from 255) = 30.26%
BLUE value IS 252 (98.83% from 255) = 34.66%
R=35.08%
G=30.26%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522025200.140.010305.1410093.14
HexFFDCFC0E10131645d
Octal37733437401610461144135
Binary111111111101110011111100011101010011000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCFC; }

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

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

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

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

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

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

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

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