#F5D6FA

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

Shades of Selago #F5D6FA

Tints of Selago #F5D6FA

Color information

#F5D6FA (or 0xF5D6FA) is unknown color: approx Selago. HEX triplet: F5, D6 and FA. RGB value is (245,214,250). Sum of RGB (Red+Green+Blue) = 245+214+250=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 214 (83.98% from 255 or 30.18% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5D6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D6FA is #0A2905. Grayscale: #E3E3E3. Windows color (decimal): -665862 or 16439029. OLE color: 16439029.

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

Color convert

RGB245214250-
CMYK0.020.1400.02
HSL291.67º78.26%90.98%-
HSV(B)291.67º14.4%98.04%-
XYZ78.9674.41100.64-
YUV227.37140.77140.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.56%
GREEN value IS 214 (83.98% from 255) = 30.18%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=34.56%
G=30.18%
B=35.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452142500.020.1400.02291.6778.2690.98
HexF5D6FA2E021244e5b
Octal36532637221602444116133
Binary11110101110101101111101010111001010010010010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D6FA; }

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

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

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

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

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

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

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

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