#F6DEFB

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

Shades of Selago #F6DEFB

Tints of Selago #F6DEFB

Color information

#F6DEFB (or 0xF6DEFB) is unknown color: approx Selago. HEX triplet: F6, DE and FB. RGB value is (246,222,251). Sum of RGB (Red+Green+Blue) = 246+222+251=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DEFB is #092104. Grayscale: #E8E8E8. Windows color (decimal): -598277 or 16506614. OLE color: 16506614.

HSL color Cylindrical-coordinate representation of color #F6DEFB: hue angle of 289.66º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6DEFB is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246222251-
CMYK0.020.1200.02
HSL289.66º78.38%92.75%-
HSV(B)289.66º11.55%98.43%-
XYZ81.5478.8102.18-
YUV232.48138.45137.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.21%
GREEN value IS 222 (87.11% from 255) = 30.88%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=34.21%
G=30.88%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462222510.020.1200.02289.6678.3892.75
HexF6DEFB2C021224e5d
Octal36633637321402442116135
Binary11110110110111101111101110110001010010001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DEFB; }

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

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

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

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

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

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

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

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