Html Css Color HEX #F5F7FD Ghost White

📋 copy color: '#F5F7FD'

red 245 ◦ green 247 ◦ blue 253

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

Shades of Ghost White #F5F7FD

Tints of Ghost White #F5F7FD

RGB

 RED value IS 245 (96.09% from 255) = 32.89%

 GREEN value IS 247 (96.88% from 255) = 33.15%

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

R = 32.89%
G = 33.15%
B = 33.96%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5F7FD (or 0xF5F7FD) is known color: Ghost White. HEX triplet: F5, F7 and FD. RGB value is (245,247,253). Sum of RGB (Red+Green+Blue) = 245+247+253=745 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.89% from 745); Green value is 247 (96.88% from 255 or 33.15% 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 #F5F7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F7FD is #0A0802. Grayscale: #F7F7F7. Windows color (decimal): -657411 or 16644085. OLE color: 16644085.

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

Color convert

RGB 245 247 253 -
CMYK 0.03 0.02 0 0.01
HSL 225º 0.67% 0.98% -
HSV(B) 225º 0.03% 0.99% -
XYZ 88.65 93.03 106.21 -
YUV 247.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 245 247 253 0.03 0.02 0 0.01 225 0.67 0.98
Hex F5 F7 FD 3 2 0 1 E1 43 62
Octal 365 367 375 3 2 0 1 341 103 142
Binary 11110101 11110111 11111101 11 10 0 1 11100001 1000011 1100010

Color Harmonies of #F5F7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F7FD

Black with #F5F7FD

Text Example


Text Example

White with #F5F7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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