#F5DEFA

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

Shades of Selago #F5DEFA

Tints of Selago #F5DEFA

Color information

#F5DEFA (or 0xF5DEFA) is unknown color: approx Selago. HEX triplet: F5, DE and FA. RGB value is (245,222,250). Sum of RGB (Red+Green+Blue) = 245+222+250=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEFA is #0A2105. Grayscale: #E7E7E7. Windows color (decimal): -663814 or 16441077. OLE color: 16441077.

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

Color convert

RGB245222250-
CMYK0.020.1100.02
HSL289.29º73.68%92.55%-
HSV(B)289.29º11.2%98.04%-
XYZ81.0378.56101.33-
YUV232.07138.12137.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.17%
GREEN value IS 222 (87.11% from 255) = 30.96%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=34.17%
G=30.96%
B=34.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452222500.020.1100.02289.2973.6892.55
HexF5DEFA2B021214a5d
Octal36533637221302441112135
Binary11110101110111101111101010101101010010000110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEFA; }

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

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

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

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

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

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

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

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