Html Css Color HEX #FDFAFA Snow

📋 copy color: '#FDFAFA'

red 253 ◦ green 250 ◦ blue 250

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

Shades of Snow #FDFAFA

Tints of Snow #FDFAFA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDFAFA (or 0xFDFAFA) is known color: Snow. HEX triplet: FD, FA and FA. RGB value is (253,250,250). Sum of RGB (Red+Green+Blue) = 253+250+250=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 250 (98.05% from 255 or 33.20% from 753); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFA is #020505. Grayscale: #FAFAFA. Windows color (decimal): -132358 or 16448253. OLE color: 16448253.

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

Color convert

RGB 253 250 250 -
CMYK 0 0.01 0.01 0.01
HSL 0.43% 0.99% -
HSV(B) 0.01% 0.99% -
XYZ 91.95 96.16 104.16 -
YUV 250.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 253 250 250 0 0.01 0.01 0.01 0 0.43 0.99
Hex FD FA FA 0 1 1 1 0 2B 63
Octal 375 372 372 0 1 1 1 0 53 143
Binary 11111101 11111010 11111010 0 1 1 1 0 101011 1100011

Color Harmonies of #FDFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAFA

Black with #FDFAFA

Text Example


Text Example

White with #FDFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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