#F8DBFB

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

Shades of Selago #F8DBFB

Tints of Selago #F8DBFB

Color information

#F8DBFB (or 0xF8DBFB) is unknown color: approx Selago. HEX triplet: F8, DB and FB. RGB value is (248,219,251). Sum of RGB (Red+Green+Blue) = 248+219+251=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBFB is #072404. Grayscale: #E7E7E7. Windows color (decimal): -467973 or 16505848. OLE color: 16505848.

HSL color Cylindrical-coordinate representation of color #F8DBFB: hue angle of 294.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DBFB is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248219251-
CMYK0.010.1300.02
HSL294.38º80%92.16%-
HSV(B)294.38º12.75%98.43%-
XYZ81.4677.58101.95-
YUV231.32139.11139.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.54%
GREEN value IS 219 (85.94% from 255) = 30.50%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=34.54%
G=30.50%
B=34.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482192510.010.1300.02294.388092.16
HexF8DBFB1D02126505c
Octal37033337311502446120134
Binary1111100011011011111110111110101010010011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DBFB; }

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

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

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

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

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

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

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

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