#F6D9FE

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

Shades of Selago #F6D9FE

Tints of Selago #F6D9FE

Color information

#F6D9FE (or 0xF6D9FE) is unknown color: approx Selago. HEX triplet: F6, D9 and FE. RGB value is (246,217,254). Sum of RGB (Red+Green+Blue) = 246+217+254=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 217 (85.16% from 255 or 30.26% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D9FE is #092601. Grayscale: #E5E5E5. Windows color (decimal): -599554 or 16701942. OLE color: 16701942.

HSL color Cylindrical-coordinate representation of color #F6D9FE: hue angle of 287.03º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D9FE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB246217254-
CMYK0.030.1500.00
HSL287.03º94.87%92.35%-
HSV(B)287.03º14.57%99.61%-
XYZ80.7176.37104.25-
YUV229.89141.61139.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.31%
GREEN value IS 217 (85.16% from 255) = 30.26%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=34.31%
G=30.26%
B=35.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462172540.030.1500.00287.0394.8792.35
HexF6D9FE3F0011f5f5c
Octal36633137631700437137134
Binary1111011011011001111111101111110010001111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9FE; }

 p { color: rgb(246,217,254); }

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

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

 a { background-color: rgb(246,217,254); }

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

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

 span { border-color: rgb(246,217,254); }

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