#FFDCFA

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

Shades of Selago #FFDCFA

Tints of Selago #FFDCFA

Color information

#FFDCFA (or 0xFFDCFA) is unknown color: approx Selago. HEX triplet: FF, DC and FA. RGB value is (255,220,250). Sum of RGB (Red+Green+Blue) = 255+220+250=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 220 (86.33% from 255 or 30.34% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCFA is #002305. Grayscale: #E9E9E9. Windows color (decimal): -8966 or 16440575. OLE color: 16440575.

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

Color convert

RGB255220250-
CMYK00.140.020
HSL308.57º100%93.14%-
HSV(B)308.57º13.73%100%-
XYZ84.0979.35101.33-
YUV233.88137.1143.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.17%
GREEN value IS 220 (86.33% from 255) = 30.34%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=35.17%
G=30.34%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522025000.140.020308.5710093.14
HexFFDCFA0E20135645d
Octal37733437201620465144135
Binary1111111111011100111110100111010010011010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCFA; }

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

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

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

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

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

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

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

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