#F8DCFB

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

Shades of Selago #F8DCFB

Tints of Selago #F8DCFB

Color information

#F8DCFB (or 0xF8DCFB) is unknown color: approx Selago. HEX triplet: F8, DC and FB. RGB value is (248,220,251). Sum of RGB (Red+Green+Blue) = 248+220+251=719 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.49% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFB is #072304. Grayscale: #E7E7E7. Windows color (decimal): -467717 or 16506104. OLE color: 16506104.

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

Color convert

RGB248220251-
CMYK0.010.1200.02
HSL294.19º79.49%92.35%-
HSV(B)294.19º12.35%98.43%-
XYZ81.7278.11102.04-
YUV231.91138.78139.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.49%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=34.49%
G=30.60%
B=34.91%

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
Decimal2482202510.010.1200.02294.1979.4992.35
HexF8DCFB1C021264f5c
Octal37033437311402446117134
Binary1111100011011100111110111110001010010011010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCFB; }

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

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

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

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

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

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

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

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