#F5DBF8

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

Shades of Selago #F5DBF8

Tints of Selago #F5DBF8

Color information

#F5DBF8 (or 0xF5DBF8) is unknown color: approx Selago. HEX triplet: F5, DB and F8. RGB value is (245,219,248). Sum of RGB (Red+Green+Blue) = 245+219+248=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5DBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBF8 is #0A2407. Grayscale: #E5E5E5. Windows color (decimal): -664584 or 16309237. OLE color: 16309237.

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

Color convert

RGB245219248-
CMYK0.010.1200.03
HSL293.79º67.44%91.57%-
HSV(B)293.79º11.69%97.25%-
XYZ79.9376.8599.43-
YUV230.08138.11138.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.41%
GREEN value IS 219 (85.94% from 255) = 30.76%
BLUE value IS 248 (97.27% from 255) = 34.83%
R=34.41%
G=30.76%
B=34.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452192480.010.1200.03293.7967.4491.57
HexF5DBF81C03126435c
Octal36533337011403446103134
Binary1111010111011011111110001110001110010011010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DBF8; }

 p { color: rgb(245,219,248); }

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

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

 a { background-color: rgb(245,219,248); }

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

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

 span { border-color: rgb(245,219,248); }

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