#FDFEFA

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

Shades of Twilight Blue #FDFEFA

Tints of Twilight Blue #FDFEFA

Color information

#FDFEFA (or 0xFDFEFA) is unknown color: approx Twilight Blue. HEX triplet: FD, FE and FA. RGB value is (253,254,250). Sum of RGB (Red+Green+Blue) = 253+254+250=757 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.42% from 757); Green value is 254 (99.61% from 255 or 33.55% from 757); Blue value is 250 (98.05% from 255 or 33.03% from 757); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEFA is #020105. Grayscale: #FDFDFD. Windows color (decimal): -131334 or 16449277. OLE color: 16449277.

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

Color convert

RGB253254250-
CMYK0.0000.020.00
HSL75º66.67%98.82%-
HSV(B)75º1.57%99.61%-
XYZ93.2198.67104.57-
YUV253.24126.17127.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.42%
GREEN value IS 254 (99.61% from 255) = 33.55%
BLUE value IS 250 (98.05% from 255) = 33.03%
R=33.42%
G=33.55%
B=33.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542500.0000.020.007566.6798.82
HexFDFEFA00204b4363
Octal3753763720020113103143
Binary11111101111111101111101000100100101110000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEFA; }

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

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

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

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

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

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

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

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