#FCFDFA

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

Shades of Twilight Blue #FCFDFA

Tints of Twilight Blue #FCFDFA

Color information

#FCFDFA (or 0xFCFDFA) is unknown color: approx Twilight Blue. HEX triplet: FC, FD and FA. RGB value is (252,253,250). Sum of RGB (Red+Green+Blue) = 252+253+250=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 250 (98.05% from 255 or 33.11% from 755); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFA is #030205. Grayscale: #FCFCFC. Windows color (decimal): -197126 or 16449020. OLE color: 16449020.

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

Color convert

RGB252253250-
CMYK0.0000.010.01
HSL80º42.86%98.63%-
HSV(B)80º1.19%99.22%-
XYZ92.5397.85104.45-
YUV252.36126.67127.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 33.51%
BLUE value IS 250 (98.05% from 255) = 33.11%
R=33.38%
G=33.51%
B=33.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532500.0000.010.018042.8698.63
HexFCFDFA0011502b63
Octal374375372001112053143
Binary111111001111110111111010001110100001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDFA; }

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

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

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

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

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

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

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

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