#F8DFFB

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

Shades of Selago #F8DFFB

Tints of Selago #F8DFFB

Color information

#F8DFFB (or 0xF8DFFB) is unknown color: approx Selago. HEX triplet: F8, DF and FB. RGB value is (248,223,251). Sum of RGB (Red+Green+Blue) = 248+223+251=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFFB is #072004. Grayscale: #E9E9E9. Windows color (decimal): -466949 or 16506872. OLE color: 16506872.

HSL color Cylindrical-coordinate representation of color #F8DFFB: hue angle of 293.57º degrees, saturation: 0.78, 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 #F8DFFB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248223251-
CMYK0.010.1100.02
HSL293.57º77.78%92.94%-
HSV(B)293.57º11.16%98.43%-
XYZ82.5179.7102.3-
YUV233.67137.78138.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.35%
GREEN value IS 223 (87.5% from 255) = 30.89%
BLUE value IS 251 (98.44% from 255) = 34.76%
R=34.35%
G=30.89%
B=34.76%

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
Decimal2482232510.010.1100.02293.5777.7892.94
HexF8DFFB1B021264e5d
Octal37033737311302446116135
Binary1111100011011111111110111101101010010011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFFB; }

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

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

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

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

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

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

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

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