#F6DFFB

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

Shades of Selago #F6DFFB

Tints of Selago #F6DFFB

Color information

#F6DFFB (or 0xF6DFFB) is unknown color: approx Selago. HEX triplet: F6, DF and FB. RGB value is (246,223,251). Sum of RGB (Red+Green+Blue) = 246+223+251=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 223 (87.5% from 255 or 30.97% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFFB is #092004. Grayscale: #E8E8E8. Windows color (decimal): -598021 or 16506870. OLE color: 16506870.

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

Color convert

RGB246223251-
CMYK0.020.1100.02
HSL289.29º77.78%92.94%-
HSV(B)289.29º11.16%98.43%-
XYZ81.8179.33102.27-
YUV233.07138.12137.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.17%
GREEN value IS 223 (87.5% from 255) = 30.97%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=34.17%
G=30.97%
B=34.86%

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
Decimal2462232510.020.1100.02289.2977.7892.94
HexF6DFFB2B021214e5d
Octal36633737321302441116135
Binary11110110110111111111101110101101010010000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFFB; }

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

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

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

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

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

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

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

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