#F8DFF9

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

Shades of Selago #F8DFF9

Tints of Selago #F8DFF9

Color information

#F8DFF9 (or 0xF8DFF9) is unknown color: approx Selago. HEX triplet: F8, DF and F9. RGB value is (248,223,249). Sum of RGB (Red+Green+Blue) = 248+223+249=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 223 (87.5% from 255 or 30.97% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8DFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFF9 is #072006. Grayscale: #E9E9E9. Windows color (decimal): -466951 or 16375800. OLE color: 16375800.

HSL color Cylindrical-coordinate representation of color #F8DFF9: hue angle of 297.69º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DFF9 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248223249-
CMYK0.000.1000.02
HSL297.69º68.42%92.55%-
HSV(B)297.69º10.44%97.65%-
XYZ82.279.57100.65-
YUV233.44136.78138.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.44%
GREEN value IS 223 (87.5% from 255) = 30.97%
BLUE value IS 249 (97.66% from 255) = 34.58%
R=34.44%
G=30.97%
B=34.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482232490.000.1000.02297.6968.4292.55
HexF8DFF90A0212a445d
Octal37033737101202452104135
Binary1111100011011111111110010101001010010101010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFF9; }

 p { color: rgb(248,223,249); }

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

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

 a { background-color: rgb(248,223,249); }

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

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

 span { border-color: rgb(248,223,249); }

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