#F8DEFB

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

Shades of Selago #F8DEFB

Tints of Selago #F8DEFB

Color information

#F8DEFB (or 0xF8DEFB) is unknown color: approx Selago. HEX triplet: F8, DE and FB. RGB value is (248,222,251). Sum of RGB (Red+Green+Blue) = 248+222+251=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 222 (87.11% from 255 or 30.79% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DEFB is #072104. Grayscale: #E8E8E8. Windows color (decimal): -467205 or 16506616. OLE color: 16506616.

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

Color convert

RGB248222251-
CMYK0.010.1200.02
HSL293.79º78.38%92.75%-
HSV(B)293.79º11.55%98.43%-
XYZ82.2579.16102.21-
YUV233.08138.11138.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.40%
GREEN value IS 222 (87.11% from 255) = 30.79%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=34.40%
G=30.79%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482222510.010.1200.02293.7978.3892.75
HexF8DEFB1C021264e5d
Octal37033637311402446116135
Binary1111100011011110111110111110001010010011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DEFB; }

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

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

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

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

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

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

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

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