#F8DCFF

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

Shades of Selago #F8DCFF

Tints of Selago #F8DCFF

Color information

#F8DCFF (or 0xF8DCFF) is unknown color: approx Selago. HEX triplet: F8, DC and FF. RGB value is (248,220,255). Sum of RGB (Red+Green+Blue) = 248+220+255=723 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.30% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFF is #072300. Grayscale: #E8E8E8. Windows color (decimal): -467713 or 16768248. OLE color: 16768248.

HSL color Cylindrical-coordinate representation of color #F8DCFF: hue angle of 288º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8DCFF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB248220255-
CMYK0.030.1400
HSL288º100%93.14%-
HSV(B)288º13.73%100%-
XYZ82.3578.36105.39-
YUV232.36140.78139.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.30%
GREEN value IS 220 (86.33% from 255) = 30.43%
BLUE value IS 255 (100% from 255) = 35.27%
R=34.30%
G=30.43%
B=35.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482202550.030.140028810093.14
HexF8DCFF3E00120645d
Octal37033437731600440144135
Binary1111100011011100111111111111100010010000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCFF; }

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

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

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

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

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

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

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

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