#F5DFF8

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

Shades of Selago #F5DFF8

Tints of Selago #F5DFF8

Color information

#F5DFF8 (or 0xF5DFF8) is unknown color: approx Selago. HEX triplet: F5, DF and F8. RGB value is (245,223,248). Sum of RGB (Red+Green+Blue) = 245+223+248=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 248 (97.27% from 255 or 34.64% from 716); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5DFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFF8 is #0A2007. Grayscale: #E8E8E8. Windows color (decimal): -663560 or 16310261. OLE color: 16310261.

HSL color Cylindrical-coordinate representation of color #F5DFF8: hue angle of 292.8º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DFF8 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245223248-
CMYK0.010.1000.03
HSL292.8º64.1%92.35%-
HSV(B)292.8º10.08%97.25%-
XYZ80.9978.9799.78-
YUV232.43136.79136.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.22%
GREEN value IS 223 (87.5% from 255) = 31.15%
BLUE value IS 248 (97.27% from 255) = 34.64%
R=34.22%
G=31.15%
B=34.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452232480.010.1000.03292.864.192.35
HexF5DFF81A03125405c
Octal36533737011203445100134
Binary1111010111011111111110001101001110010010110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFF8; }

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

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

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

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

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

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

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

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