#F8DCFC

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

Shades of Selago #F8DCFC

Tints of Selago #F8DCFC

Color information

#F8DCFC (or 0xF8DCFC) is unknown color: approx Selago. HEX triplet: F8, DC and FC. RGB value is (248,220,252). Sum of RGB (Red+Green+Blue) = 248+220+252=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFC is #072303. Grayscale: #E7E7E7. Windows color (decimal): -467716 or 16571640. OLE color: 16571640.

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

Color convert

RGB248220252-
CMYK0.020.1300.01
HSL292.5º84.21%92.55%-
HSV(B)292.5º12.7%98.82%-
XYZ81.8878.17102.87-
YUV232.02139.28139.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.44%
GREEN value IS 220 (86.33% from 255) = 30.56%
BLUE value IS 252 (98.83% from 255) = 35%
R=34.44%
G=30.56%
B=35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482202520.020.1300.01292.584.2192.55
HexF8DCFC2D01124545d
Octal37033437421501444124135
Binary1111100011011100111111001011010110010010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCFC; }

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

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

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

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

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

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

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

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