#F5DCFC

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

Shades of Selago #F5DCFC

Tints of Selago #F5DCFC

Color information

#F5DCFC (or 0xF5DCFC) is unknown color: approx Selago. HEX triplet: F5, DC and FC. RGB value is (245,220,252). Sum of RGB (Red+Green+Blue) = 245+220+252=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFC is #0A2303. Grayscale: #E7E7E7. Windows color (decimal): -664324 or 16571637. OLE color: 16571637.

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

Color convert

RGB245220252-
CMYK0.030.1300.01
HSL286.88º84.21%92.55%-
HSV(B)286.88º12.7%98.82%-
XYZ80.8277.63102.82-
YUV231.12139.78137.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.17%
GREEN value IS 220 (86.33% from 255) = 30.68%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=34.17%
G=30.68%
B=35.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452202520.030.1300.01286.8884.2192.55
HexF5DCFC3D0111f545d
Octal36533437431501437124135
Binary1111010111011100111111001111010110001111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCFC; }

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

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

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

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

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

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

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

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