Html Css Color HEX #F5F7FF Ghost White

📋 copy color: '#F5F7FF'

red 245 ◦ green 247 ◦ blue 255

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

Shades of Ghost White #F5F7FF

Tints of Ghost White #F5F7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.14%

R = 32.8%
G = 33.07%
B = 34.14%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5F7FF (or 0xF5F7FF) is known color: Ghost White. HEX triplet: F5, F7 and FF. RGB value is (245,247,255). Sum of RGB (Red+Green+Blue) = 245+247+255=747 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.80% from 747); Green value is 247 (96.88% from 255 or 33.07% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5F7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F7FF is #0A0800. Grayscale: #F7F7F7. Windows color (decimal): -657409 or 16775157. OLE color: 16775157.

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

Color convert

RGB 245 247 255 -
CMYK 0.04 0.03 0 0
HSL 228º 1% 0.98% -
HSV(B) 228º 0.04% 1% -
XYZ 88.97 93.15 107.9 -
YUV 247.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 245 247 255 0.04 0.03 0 0 228 1 0.98
Hex F5 F7 FF 4 3 0 0 E4 64 62
Octal 365 367 377 4 3 0 0 344 144 142
Binary 11110101 11110111 11111111 100 11 0 0 11100100 1100100 1100010

Color Harmonies of #F5F7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F7FF

Black with #F5F7FF

Text Example


Text Example

White with #F5F7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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