#F6DEFA

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

Shades of Selago #F6DEFA

Tints of Selago #F6DEFA

Color information

#F6DEFA (or 0xF6DEFA) is unknown color: approx Selago. HEX triplet: F6, DE and FA. RGB value is (246,222,250). Sum of RGB (Red+Green+Blue) = 246+222+250=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DEFA is #092105. Grayscale: #E8E8E8. Windows color (decimal): -598278 or 16441078. OLE color: 16441078.

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

Color convert

RGB246222250-
CMYK0.020.1100.02
HSL291.43º73.68%92.55%-
HSV(B)291.43º11.2%98.04%-
XYZ81.3878.74101.35-
YUV232.37137.95137.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.26%
GREEN value IS 222 (87.11% from 255) = 30.92%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=34.26%
G=30.92%
B=34.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462222500.020.1100.02291.4373.6892.55
HexF6DEFA2B021234a5d
Octal36633637221302443112135
Binary11110110110111101111101010101101010010001110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DEFA; }

 p { color: rgb(246,222,250); }

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

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

 a { background-color: rgb(246,222,250); }

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

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

 span { border-color: rgb(246,222,250); }

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