#F5D9FC

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

Shades of Selago #F5D9FC

Tints of Selago #F5D9FC

Color information

#F5D9FC (or 0xF5D9FC) is unknown color: approx Selago. HEX triplet: F5, D9 and FC. RGB value is (245,217,252). Sum of RGB (Red+Green+Blue) = 245+217+252=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5D9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D9FC is #0A2603. Grayscale: #E5E5E5. Windows color (decimal): -665092 or 16570869. OLE color: 16570869.

HSL color Cylindrical-coordinate representation of color #F5D9FC: hue angle of 288º degrees, saturation: 0.85, 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 #F5D9FC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245217252-
CMYK0.030.1400.01
HSL288º85.37%91.96%-
HSV(B)288º13.89%98.82%-
XYZ80.0476.07102.56-
YUV229.36140.78139.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.31%
GREEN value IS 217 (85.16% from 255) = 30.39%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=34.31%
G=30.39%
B=35.29%

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
Decimal2452172520.030.1400.0128885.3791.96
HexF5D9FC3E01120555c
Octal36533137431601440125134
Binary1111010111011001111111001111100110010000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D9FC; }

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

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

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

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

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

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

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

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