#FCFCDC

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

Shades of Light Yellow #FCFCDC

Tints of Light Yellow #FCFCDC

Color information

#FCFCDC (or 0xFCFCDC) is unknown color: approx Light Yellow. HEX triplet: FC, FC and DC. RGB value is (252,252,220). Sum of RGB (Red+Green+Blue) = 252+252+220=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 220 (86.33% from 255 or 30.39% from 724); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCDC is #030323. Grayscale: #F8F8F8. Windows color (decimal): -197412 or 14482684. OLE color: 14482684.

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

Color convert

RGB252252220-
CMYK000.130.01
HSL60º84.21%92.55%-
HSV(B)60º12.7%98.82%-
XYZ87.8795.4881.51-
YUV248.35112130.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.81%
GREEN value IS 252 (98.83% from 255) = 34.81%
BLUE value IS 220 (86.33% from 255) = 30.39%
R=34.81%
G=34.81%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252220000.130.016084.2192.55
HexFCFCDC00D13c545d
Octal3743743340015174124135
Binary111111001111110011011100001101111110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCDC; }

 p { color: rgb(252,252,220); }

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

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

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

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

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

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

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