#F5D8FC

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

Shades of Selago #F5D8FC

Tints of Selago #F5D8FC

Color information

#F5D8FC (or 0xF5D8FC) is unknown color: approx Selago. HEX triplet: F5, D8 and FC. RGB value is (245,216,252). Sum of RGB (Red+Green+Blue) = 245+216+252=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 216 (84.77% from 255 or 30.29% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8FC is #0A2703. Grayscale: #E4E4E4. Windows color (decimal): -665348 or 16570613. OLE color: 16570613.

HSL color Cylindrical-coordinate representation of color #F5D8FC: hue angle of 288.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D8FC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245216252-
CMYK0.030.1400.01
HSL288.33º85.71%91.76%-
HSV(B)288.33º14.29%98.82%-
XYZ79.7875.55102.47-
YUV228.77141.11139.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.36%
GREEN value IS 216 (84.77% from 255) = 30.29%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=34.36%
G=30.29%
B=35.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452162520.030.1400.01288.3385.7191.76
HexF5D8FC3E01120565c
Octal36533037431601440126134
Binary1111010111011000111111001111100110010000010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D8FC; }

 p { color: rgb(245,216,252); }

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

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

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

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

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

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

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