#FDFAFD

Color #FDFAFD Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #FDFAFD

Tints of Selago #FDFAFD

Color information

#FDFAFD (or 0xFDFAFD) is unknown color: approx Selago. HEX triplet: FD, FA and FD. RGB value is (253,250,253). Sum of RGB (Red+Green+Blue) = 253+250+253=756 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.47% from 756); Green value is 250 (98.05% from 255 or 33.07% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFD is #020502. Grayscale: #FBFBFB. Windows color (decimal): -132355 or 16644861. OLE color: 16644861.

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

Color convert

RGB253250253-
CMYK00.0100.01
HSL300º42.86%98.63%-
HSV(B)300º1.19%99.22%-
XYZ92.4296.35106.65-
YUV251.24128.99129.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 33.07%
BLUE value IS 253 (99.22% from 255) = 33.47%
R=33.47%
G=33.07%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325025300.0100.0130042.8698.63
HexFDFAFD010112c2b63
Octal375372375010145453143
Binary11111101111110101111110101011001011001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAFD; }

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

 H1.HeaderClassName
 {
   color: #FDFAFD;
 }
 .AnyTagClassName
 {
   color: #FDFAFD;
 }
</style>
background-color css

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

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

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

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

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

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