#F5D1FB

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

Shades of Selago #F5D1FB

Tints of Selago #F5D1FB

Color information

#F5D1FB (or 0xF5D1FB) is unknown color: approx Selago. HEX triplet: F5, D1 and FB. RGB value is (245,209,251). Sum of RGB (Red+Green+Blue) = 245+209+251=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 209 (82.03% from 255 or 29.65% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D1FB is #0A2E04. Grayscale: #E0E0E0. Windows color (decimal): -667141 or 16503285. OLE color: 16503285.

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

Color convert

RGB245209251-
CMYK0.020.1700.02
HSL291.43º84%90.2%-
HSV(B)291.43º16.73%98.43%-
XYZ77.8771.98101.06-
YUV224.55142.93142.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.75%
GREEN value IS 209 (82.03% from 255) = 29.65%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=34.75%
G=29.65%
B=35.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452092510.020.1700.02291.438490.2
HexF5D1FB21102123545a
Octal36532137322102443124132
Binary111101011101000111111011101000101010010001110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D1FB; }

 p { color: rgb(245,209,251); }

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

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

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

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

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

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

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