#F5DCFA

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

Shades of Selago #F5DCFA

Tints of Selago #F5DCFA

Color information

#F5DCFA (or 0xF5DCFA) is unknown color: approx Selago. HEX triplet: F5, DC and FA. RGB value is (245,220,250). Sum of RGB (Red+Green+Blue) = 245+220+250=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFA is #0A2305. Grayscale: #E6E6E6. Windows color (decimal): -664326 or 16440565. OLE color: 16440565.

HSL color Cylindrical-coordinate representation of color #F5DCFA: hue angle of 290º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5DCFA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245220250-
CMYK0.020.1200.02
HSL290º75%92.16%-
HSV(B)290º12%98.04%-
XYZ80.577.5101.16-
YUV230.9138.78138.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 220 (86.33% from 255) = 30.77%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=34.27%
G=30.77%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452202500.020.1200.022907592.16
HexF5DCFA2C021224b5c
Octal36533437221402442113134
Binary11110101110111001111101010110001010010001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCFA; }

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

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

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

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

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

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

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

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