Html Css Color HEX #FAFAFD Ghost White

📋 copy color: '#FAFAFD'

red 250 ◦ green 250 ◦ blue 253

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

Shades of Ghost White #FAFAFD

Tints of Ghost White #FAFAFD

RGB

 RED value IS 250 (98.05% from 255) = 33.2%

 GREEN value IS 250 (98.05% from 255) = 33.2%

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

R = 33.2%
G = 33.2%
B = 33.6%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAFAFD (or 0xFAFAFD) is known color: Ghost White. HEX triplet: FA, FA and FD. RGB value is (250,250,253). Sum of RGB (Red+Green+Blue) = 250+250+253=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFD is #050502. Grayscale: #FAFAFA. Windows color (decimal): -328963 or 16644858. OLE color: 16644858.

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

Color convert

RGB 250 250 253 -
CMYK 0.01 0.01 0 0.01
HSL 240º 0.43% 0.99% -
HSV(B) 240º 0.01% 0.99% -
XYZ 91.34 95.79 106.6 -
YUV 250.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 250 250 253 0.01 0.01 0 0.01 240 0.43 0.99
Hex FA FA FD 1 1 0 1 F0 2B 63
Octal 372 372 375 1 1 0 1 360 53 143
Binary 11111010 11111010 11111101 1 1 0 1 11110000 101011 1100011

Color Harmonies of #FAFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAFD

Black with #FAFAFD

Text Example


Text Example

White with #FAFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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