#F6DFF8

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

Shades of Selago #F6DFF8

Tints of Selago #F6DFF8

Color information

#F6DFF8 (or 0xF6DFF8) is unknown color: approx Selago. HEX triplet: F6, DF and F8. RGB value is (246,223,248). Sum of RGB (Red+Green+Blue) = 246+223+248=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6DFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFF8 is #092007. Grayscale: #E8E8E8. Windows color (decimal): -598024 or 16310262. OLE color: 16310262.

HSL color Cylindrical-coordinate representation of color #F6DFF8: hue angle of 295.2º 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 #F6DFF8 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB246223248-
CMYK0.010.1000.03
HSL295.2º64.1%92.35%-
HSV(B)295.2º10.08%97.25%-
XYZ81.3479.1599.8-
YUV232.73136.62137.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.31%
GREEN value IS 223 (87.5% from 255) = 31.10%
BLUE value IS 248 (97.27% from 255) = 34.59%
R=34.31%
G=31.10%
B=34.59%

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
Decimal2462232480.010.1000.03295.264.192.35
HexF6DFF81A03127405c
Octal36633737011203447100134
Binary1111011011011111111110001101001110010011110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFF8; }

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

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

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

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

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

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

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

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