#F6F6FD

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

Shades of Ghost White #F6F6FD

Tints of Ghost White #F6F6FD

Color information

#F6F6FD (or 0xF6F6FD) is unknown color: approx Ghost White. HEX triplet: F6, F6 and FD. RGB value is (246,246,253). Sum of RGB (Red+Green+Blue) = 246+246+253=745 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.02% from 745); Green value is 246 (96.48% from 255 or 33.02% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6F6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F6FD is #090902. Grayscale: #F6F6F6. Windows color (decimal): -592131 or 16643830. OLE color: 16643830.

HSL color Cylindrical-coordinate representation of color #F6F6FD: hue angle of 240º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F6F6FD is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246246253-
CMYK0.030.0300.01
HSL240º63.64%97.84%-
HSV(B)240º2.77%99.22%-
XYZ88.6992.6106.13-
YUV246.8131.5127.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.02%
GREEN value IS 246 (96.48% from 255) = 33.02%
BLUE value IS 253 (99.22% from 255) = 33.96%
R=33.02%
G=33.02%
B=33.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462462530.030.0300.0124063.6497.84
HexF6F6FD3301f04062
Octal3663663753301360100142
Binary1111011011110110111111011111011111000010000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F6FD; }

 p { color: rgb(246,246,253); }

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

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

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

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

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

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

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