#F6DFF5

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

Shades of Selago #F6DFF5

Tints of Selago #F6DFF5

Color information

#F6DFF5 (or 0xF6DFF5) is unknown color: approx Selago. HEX triplet: F6, DF and F5. RGB value is (246,223,245). Sum of RGB (Red+Green+Blue) = 246+223+245=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFF5 is #09200A. Grayscale: #E8E8E8. Windows color (decimal): -598027 or 16113654. OLE color: 16113654.

HSL color Cylindrical-coordinate representation of color #F6DFF5: hue angle of 302.61º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6DFF5 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB246223245-
CMYK00.090.000.04
HSL302.61º56.1%91.96%-
HSV(B)302.61º9.35%96.47%-
XYZ80.8878.9697.36-
YUV232.38135.12137.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.45%
GREEN value IS 223 (87.5% from 255) = 31.23%
BLUE value IS 245 (96.09% from 255) = 34.31%
R=34.45%
G=31.23%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622324500.090.000.04302.6156.191.96
HexF6DFF5090412f385c
Octal3663373650110445770134
Binary1111011011011111111101010100101001001011111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFF5; }

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

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

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

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

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

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

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

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