#F8DEFA

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

Shades of Selago #F8DEFA

Tints of Selago #F8DEFA

Color information

#F8DEFA (or 0xF8DEFA) is unknown color: approx Selago. HEX triplet: F8, DE and FA. RGB value is (248,222,250). Sum of RGB (Red+Green+Blue) = 248+222+250=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 222 (87.11% from 255 or 30.83% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DEFA is #072105. Grayscale: #E8E8E8. Windows color (decimal): -467206 or 16441080. OLE color: 16441080.

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

Color convert

RGB248222250-
CMYK0.010.1100.02
HSL295.71º73.68%92.55%-
HSV(B)295.71º11.2%98.04%-
XYZ82.0979.1101.38-
YUV232.97137.61138.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.44%
GREEN value IS 222 (87.11% from 255) = 30.83%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=34.44%
G=30.83%
B=34.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482222500.010.1100.02295.7173.6892.55
HexF8DEFA1B021284a5d
Octal37033637211302450112135
Binary1111100011011110111110101101101010010100010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DEFA; }

 p { color: rgb(248,222,250); }

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

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

 a { background-color: rgb(248,222,250); }

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

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

 span { border-color: rgb(248,222,250); }

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