#F8DBFE

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

Shades of Selago #F8DBFE

Tints of Selago #F8DBFE

Color information

#F8DBFE (or 0xF8DBFE) is unknown color: approx Selago. HEX triplet: F8, DB and FE. RGB value is (248,219,254). Sum of RGB (Red+Green+Blue) = 248+219+254=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBFE is #072401. Grayscale: #E7E7E7. Windows color (decimal): -467970 or 16702456. OLE color: 16702456.

HSL color Cylindrical-coordinate representation of color #F8DBFE: hue angle of 289.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8DBFE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB248219254-
CMYK0.020.1400.00
HSL289.71º94.59%92.75%-
HSV(B)289.71º13.78%99.61%-
XYZ81.9377.78104.46-
YUV231.66140.61139.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.40%
GREEN value IS 219 (85.94% from 255) = 30.37%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=34.40%
G=30.37%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482192540.020.1400.00289.7194.5992.75
HexF8DBFE2E001225f5d
Octal37033337621600442137135
Binary1111100011011011111111101011100010010001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DBFE; }

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

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

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

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

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

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

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

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