#F5DDFA

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

Shades of Selago #F5DDFA

Tints of Selago #F5DDFA

Color information

#F5DDFA (or 0xF5DDFA) is unknown color: approx Selago. HEX triplet: F5, DD and FA. RGB value is (245,221,250). Sum of RGB (Red+Green+Blue) = 245+221+250=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5DDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDFA is #0A2205. Grayscale: #E7E7E7. Windows color (decimal): -664070 or 16440821. OLE color: 16440821.

HSL color Cylindrical-coordinate representation of color #F5DDFA: hue angle of 289.66º degrees, saturation: 0.74, 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 #F5DDFA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245221250-
CMYK0.020.1200.02
HSL289.66º74.36%92.35%-
HSV(B)289.66º11.6%98.04%-
XYZ80.7778.03101.25-
YUV231.48138.45137.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.22%
GREEN value IS 221 (86.72% from 255) = 30.87%
BLUE value IS 250 (98.05% from 255) = 34.92%
R=34.22%
G=30.87%
B=34.92%

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
Decimal2452212500.020.1200.02289.6674.3692.35
HexF5DDFA2C021224a5c
Octal36533537221402442112134
Binary11110101110111011111101010110001010010001010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDFA; }

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

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

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

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

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

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

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

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