Html Css Color HEX #F6F5FD Ghost White

📋 copy color: '#F6F5FD'

red 246 ◦ green 245 ◦ blue 253

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

Shades of Ghost White #F6F5FD

Tints of Ghost White #F6F5FD

RGB

 RED value IS 246 (96.48% from 255) = 33.06%

 GREEN value IS 245 (96.09% from 255) = 32.93%

 BLUE value IS 253 (99.22% from 255) = 34.01%

R = 33.06%
G = 32.93%
B = 34.01%

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

#F6F5FD (or 0xF6F5FD) is known color: Ghost White. HEX triplet: F6, F5 and FD. RGB value is (246,245,253). Sum of RGB (Red+Green+Blue) = 246+245+253=744 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.06% from 744); Green value is 245 (96.09% from 255 or 32.93% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6F5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F5FD is #090A02. Grayscale: #F6F6F6. Windows color (decimal): -592387 or 16643574. OLE color: 16643574.

HSL color Cylindrical-coordinate representation of color #F6F5FD: hue angle of 247.5º degrees, saturation: 0.67, 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 #F6F5FD is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 245 253 -
CMYK 0.03 0.03 0 0.01
HSL 247.5º 0.67% 0.98% -
HSV(B) 247.5º 0.03% 0.99% -
XYZ 88.39 91.99 106.03 -
YUV 246.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 246 245 253 0.03 0.03 0 0.01 247.5 0.67 0.98
Hex F6 F5 FD 3 3 0 1 F8 43 62
Octal 366 365 375 3 3 0 1 370 103 142
Binary 11110110 11110101 11111101 11 11 0 1 11111000 1000011 1100010

Color Harmonies of #F6F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F5FD

Black with #F6F5FD

Text Example


Text Example

White with #F6F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F5FD; }

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

 H1.HeaderClassName
 {
   color: #F6F5FD;
 }
 .AnyTagClassName
 {
   color: #F6F5FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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