#F8DFFA

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

Shades of Selago #F8DFFA

Tints of Selago #F8DFFA

Color information

#F8DFFA (or 0xF8DFFA) is unknown color: approx Selago. HEX triplet: F8, DF and FA. RGB value is (248,223,250). Sum of RGB (Red+Green+Blue) = 248+223+250=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8DFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFFA is #072005. Grayscale: #E9E9E9. Windows color (decimal): -466950 or 16441336. OLE color: 16441336.

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

Color convert

RGB248223250-
CMYK0.010.1100.02
HSL295.56º72.97%92.75%-
HSV(B)295.56º10.8%98.04%-
XYZ82.3579.63101.47-
YUV233.55137.28138.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.40%
GREEN value IS 223 (87.5% from 255) = 30.93%
BLUE value IS 250 (98.05% from 255) = 34.67%
R=34.40%
G=30.93%
B=34.67%

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
Decimal2482232500.010.1100.02295.5672.9792.75
HexF8DFFA1B02128495d
Octal37033737211302450111135
Binary1111100011011111111110101101101010010100010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFFA; }

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

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

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

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

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

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

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

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