Html Css Color HEX #F6F6FD Ghost White

📋 copy color: '#F6F6FD'

red 246 ◦ green 246 ◦ blue 253

#F6F6FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ghost White #F6F6FD

Tints of Ghost White #F6F6FD

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 value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6F6FD (or 0xF6F6FD) is known color: 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

RGB 246 246 253 -
CMYK 0.03 0.03 0 0.01
HSL 240º 0.64% 0.98% -
HSV(B) 240º 0.03% 0.99% -
XYZ 88.69 92.6 106.13 -
YUV 246.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 246 246 253 0.03 0.03 0 0.01 240 0.64 0.98
Hex F6 F6 FD 3 3 0 1 F0 40 62
Octal 366 366 375 3 3 0 1 360 100 142
Binary 11110110 11110110 11111101 11 11 0 1 11110000 1000000 1100010

Color Harmonies of #F6F6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F6FD

Black with #F6F6FD

Text Example


Text Example

White with #F6F6FD

Text Example


Text Example

HTML Codes & Css Web 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>