#F5DAF5

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

Shades of Selago #F5DAF5

Tints of Selago #F5DAF5

Color information

#F5DAF5 (or 0xF5DAF5) is unknown color: approx Selago. HEX triplet: F5, DA and F5. RGB value is (245,218,245). Sum of RGB (Red+Green+Blue) = 245+218+245=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 245 (96.09% from 255 or 34.60% from 708); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F5DAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAF5 is #0A250A. Grayscale: #E5E5E5. Windows color (decimal): -664843 or 16112373. OLE color: 16112373.

HSL color Cylindrical-coordinate representation of color #F5DAF5: hue angle of 300º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DAF5 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB245218245-
CMYK00.1100.04
HSL300º57.45%90.78%-
HSV(B)300º11.02%96.08%-
XYZ79.2176.1596.91-
YUV229.15136.95139.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.60%
GREEN value IS 218 (85.55% from 255) = 30.79%
BLUE value IS 245 (96.09% from 255) = 34.60%
R=34.60%
G=30.79%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521824500.1100.0430057.4590.78
HexF5DAF50B0412c395b
Octal3653323650130445471133
Binary1111010111011010111101010101101001001011001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DAF5; }

 p { color: rgb(245,218,245); }

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

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

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

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

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

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

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