#F6DAFC

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

Shades of Selago #F6DAFC

Tints of Selago #F6DAFC

Color information

#F6DAFC (or 0xF6DAFC) is unknown color: approx Selago. HEX triplet: F6, DA and FC. RGB value is (246,218,252). Sum of RGB (Red+Green+Blue) = 246+218+252=716 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.36% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DAFC is #092503. Grayscale: #E6E6E6. Windows color (decimal): -599300 or 16571126. OLE color: 16571126.

HSL color Cylindrical-coordinate representation of color #F6DAFC: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6DAFC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246218252-
CMYK0.020.1300.01
HSL289.41º85%92.16%-
HSV(B)289.41º13.49%98.82%-
XYZ80.6576.76102.66-
YUV230.25140.28139.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.36%
GREEN value IS 218 (85.55% from 255) = 30.45%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=34.36%
G=30.45%
B=35.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462182520.020.1300.01289.418592.16
HexF6DAFC2D01121555c
Octal36633237421501441125134
Binary1111011011011010111111001011010110010000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAFC; }

 p { color: rgb(246,218,252); }

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

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

 a { background-color: rgb(246,218,252); }

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

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

 span { border-color: rgb(246,218,252); }

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